#69D24A

Color #69D24A Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #69D24A

Tints of Apple #69D24A

Color information

#69D24A (or 0x69D24A) is unknown color: approx Apple. HEX triplet: 69, D2 and 4A. RGB value is (105,210,74). Sum of RGB (Red+Green+Blue) = 105+210+74=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #69D24A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D24A is #962DB5. Grayscale: #A3A3A3. Windows color (decimal): -9842102 or 4903529. OLE color: 4903529.

HSL color Cylindrical-coordinate representation of color #69D24A: hue angle of 106.32º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69D24A is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB10521074-
CMYK0.5000.650.18
HSL106.32º60.18%55.69%-
HSV(B)106.32º64.76%82.35%-
XYZ30.1149.5914.46-
YUV163.177.7186.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 210 (82.42% from 255) = 53.98%
BLUE value IS 74 (29.30% from 255) = 19.02%
R=26.99%
G=53.98%
B=19.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105210740.5000.650.18106.3260.1855.69
Hex69D24A32041126a3c38
Octal151322112620101221527470
Binary110100111010010100101011001001000001100101101010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69D24A; }

 p { color: rgb(105,210,74); }

 H1.HeaderClassName
 {
   color: #69D24A;
 }
 .AnyTagClassName
 {
   color: #69D24A;
 }
</style>
background-color css

<style>
 a { background-color: #69D24A; }

 a { background-color: rgb(105,210,74); }

 div.DivClassName
 {
   background-color: #69D24A;
 }
 .BgClassName
 {
   background-color: #69D24A;
 }
</style>
border-color css

<style>
 span { border-color: #69D24A; }

 span { border-color: rgb(105,210,74); }

 td.TdClassName
 {
   border-color: #69D24A;
 }
 .TagClassName
 {
   border-color: #69D24A;
 }
</style>