Html Css Color HEX #A4ECA0 Granny Smith Apple

📋 copy color: '#A4ECA0'

red 164 ◦ green 236 ◦ blue 160

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

Shades of Granny Smith Apple #A4ECA0

Tints of Granny Smith Apple #A4ECA0

RGB

 RED value IS 164 (64.45% from 255) = 29.29%

 GREEN value IS 236 (92.58% from 255) = 42.14%

 BLUE value IS 160 (62.89% from 255) = 28.57%

R = 29.29%
G = 42.14%
B = 28.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#A4ECA0 (or 0xA4ECA0) is known color: Granny Smith Apple. HEX triplet: A4, EC and A0. RGB value is (164,236,160). Sum of RGB (Red+Green+Blue) = 164+236+160=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ECA0 is #5B135F. Grayscale: #CECECE. Windows color (decimal): -5968736 or 10546340. OLE color: 10546340.

HSL color Cylindrical-coordinate representation of color #A4ECA0: hue angle of 116.84º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4ECA0 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 236 160 -
CMYK 0.31 0 0.32 0.07
HSL 116.84º 0.67% 0.78% -
HSV(B) 116.84º 0.32% 0.93% -
XYZ 51.65 70.42 44.13 -
YUV 205.81 102.15 98.18 -
System Red Green Blue C M Y K H S L
Decimal 164 236 160 0.31 0 0.32 0.07 116.84 0.67 0.78
Hex A4 EC A0 1F 0 20 7 75 43 4E
Octal 244 354 240 37 0 40 7 165 103 116
Binary 10100100 11101100 10100000 11111 0 100000 111 1110101 1000011 1001110

Color Harmonies of #A4ECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ECA0

Black with #A4ECA0

Text Example


Text Example

White with #A4ECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ECA0; }

 p { color: rgb(164,236,160); }

 H1.HeaderClassName
 {
   color: #A4ECA0;
 }
 .AnyTagClassName
 {
   color: #A4ECA0;
 }
</style>

background-color css

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

 a { background-color: rgb(164,236,160); }

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

border-color css

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

 span { border-color: rgb(164,236,160); }

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