Html Css Color HEX #A8ECA0 Granny Smith Apple

📋 copy color: '#A8ECA0'

red 168 ◦ green 236 ◦ blue 160

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

Shades of Granny Smith Apple #A8ECA0

Tints of Granny Smith Apple #A8ECA0

RGB

 RED value IS 168 (66.02% from 255) = 29.79%

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

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

R = 29.79%
G = 41.84%
B = 28.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#A8ECA0 (or 0xA8ECA0) is known color: Granny Smith Apple. HEX triplet: A8, EC and A0. RGB value is (168,236,160). Sum of RGB (Red+Green+Blue) = 168+236+160=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8ECA0 is #57135F. Grayscale: #CFCFCF. Windows color (decimal): -5706592 or 10546344. OLE color: 10546344.

HSL color Cylindrical-coordinate representation of color #A8ECA0: hue angle of 113.68º 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 #A8ECA0 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 160 -
CMYK 0.29 0 0.32 0.07
HSL 113.68º 0.67% 0.78% -
HSV(B) 113.68º 0.32% 0.93% -
XYZ 52.49 70.85 44.17 -
YUV 207 101.47 100.18 -
System Red Green Blue C M Y K H S L
Decimal 168 236 160 0.29 0 0.32 0.07 113.68 0.67 0.78
Hex A8 EC A0 1D 0 20 7 72 43 4E
Octal 250 354 240 35 0 40 7 162 103 116
Binary 10101000 11101100 10100000 11101 0 100000 111 1110010 1000011 1001110

Color Harmonies of #A8ECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECA0

Black with #A8ECA0

Text Example


Text Example

White with #A8ECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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