#A4D69B

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

Shades of Granny Smith Apple #A4D69B

Tints of Granny Smith Apple #A4D69B

Color information

#A4D69B (or 0xA4D69B) is unknown color: approx Granny Smith Apple. HEX triplet: A4, D6 and 9B. RGB value is (164,214,155). Sum of RGB (Red+Green+Blue) = 164+214+155=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D69B is #5B2964. Grayscale: #C0C0C0. Windows color (decimal): -5974373 or 10213028. OLE color: 10213028.

HSL color Cylindrical-coordinate representation of color #A4D69B: hue angle of 110.85º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4D69B is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB164214155-
CMYK0.2300.280.16
HSL110.85º41.84%72.35%-
HSV(B)110.85º27.57%83.92%-
XYZ45.2758.3539.89-
YUV192.32106.94107.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=30.77%
G=40.15%
B=29.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642141550.2300.280.16110.8541.8472.35
HexA4D69B1701C106f2a48
Octal244326233270342015752110
Binary101001001101011010011011101110111001000011011111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D69B; }

 p { color: rgb(164,214,155); }

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

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

 a { background-color: rgb(164,214,155); }

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

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

 span { border-color: rgb(164,214,155); }

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