Html Css Color HEX #A8EB8E Granny Smith Apple

📋 copy color: '#A8EB8E'

red 168 ◦ green 235 ◦ blue 142

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

Shades of Granny Smith Apple #A8EB8E

Tints of Granny Smith Apple #A8EB8E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.12%

 BLUE value IS 142 (55.86% from 255) = 26.06%

R = 30.83%
G = 43.12%
B = 26.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#A8EB8E (or 0xA8EB8E) is known color: Granny Smith Apple. HEX triplet: A8, EB and 8E. RGB value is (168,235,142). Sum of RGB (Red+Green+Blue) = 168+235+142=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EB8E is #571471. Grayscale: #CCCCCC. Windows color (decimal): -5706866 or 9366440. OLE color: 9366440.

HSL color Cylindrical-coordinate representation of color #A8EB8E: hue angle of 103.23º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8EB8E is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 142 -
CMYK 0.29 0 0.40 0.08
HSL 103.23º 0.7% 0.74% -
HSV(B) 103.23º 0.4% 0.92% -
XYZ 50.74 69.69 36.37 -
YUV 204.37 92.8 102.06 -
System Red Green Blue C M Y K H S L
Decimal 168 235 142 0.29 0 0.40 0.08 103.23 0.7 0.74
Hex A8 EB 8E 1D 0 28 8 67 46 4A
Octal 250 353 216 35 0 50 10 147 106 112
Binary 10101000 11101011 10001110 11101 0 101000 1000 1100111 1000110 1001010

Color Harmonies of #A8EB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB8E

Black with #A8EB8E

Text Example


Text Example

White with #A8EB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB8E; }

 p { color: rgb(168,235,142); }

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

background-color css

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

 a { background-color: rgb(168,235,142); }

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

border-color css

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

 span { border-color: rgb(168,235,142); }

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