Html Css Color HEX #A4D69B Granny Smith Apple

📋 copy color: '#A4D69B'

red 164 ◦ green 214 ◦ blue 155

#A4D69B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #A4D69B

Tints of Granny Smith Apple #A4D69B

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 value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#A4D69B (or 0xA4D69B) is known color: 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

RGB 164 214 155 -
CMYK 0.23 0 0.28 0.16
HSL 110.85º 0.42% 0.72% -
HSV(B) 110.85º 0.28% 0.84% -
XYZ 45.27 58.35 39.89 -
YUV 192.32 106.94 107.8 -
System Red Green Blue C M Y K H S L
Decimal 164 214 155 0.23 0 0.28 0.16 110.85 0.42 0.72
Hex A4 D6 9B 17 0 1C 10 6F 2A 48
Octal 244 326 233 27 0 34 20 157 52 110
Binary 10100100 11010110 10011011 10111 0 11100 10000 1101111 101010 1001000

Color Harmonies of #A4D69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D69B

Black with #A4D69B

Text Example


Text Example

White with #A4D69B

Text Example


Text Example

HTML Codes & Css Web 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>