#69C44A

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

Shades of Apple #69C44A

Tints of Apple #69C44A

Color information

#69C44A (or 0x69C44A) is unknown color: approx Apple. HEX triplet: 69, C4 and 4A. RGB value is (105,196,74). Sum of RGB (Red+Green+Blue) = 105+196+74=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #69C44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C44A is #963BB5. Grayscale: #9B9B9B. Windows color (decimal): -9845686 or 4899945. OLE color: 4899945.

HSL color Cylindrical-coordinate representation of color #69C44A: hue angle of 104.75º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69C44A is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB10519674-
CMYK0.4600.620.23
HSL104.75º50.83%52.94%-
HSV(B)104.75º62.24%76.86%-
XYZ26.842.9813.36-
YUV154.8882.3592.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 196 (76.95% from 255) = 52.27%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=28%
G=52.27%
B=19.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal105196740.4600.620.23104.7550.8352.94
Hex69C44A2E03E17693335
Octal15130411256076271516365
Binary11010011100010010010101011100111110101111101001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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