Html Css Color HEX #AAEB8E Granny Smith Apple

📋 copy color: '#AAEB8E'

red 170 ◦ green 235 ◦ blue 142

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

Shades of Granny Smith Apple #AAEB8E

Tints of Granny Smith Apple #AAEB8E

RGB

 RED value IS 170 (66.8% from 255) = 31.08%

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

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

R = 31.08%
G = 42.96%
B = 25.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#AAEB8E (or 0xAAEB8E) is known color: Granny Smith Apple. HEX triplet: AA, EB and 8E. RGB value is (170,235,142). Sum of RGB (Red+Green+Blue) = 170+235+142=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEB8E is #551471. Grayscale: #CDCDCD. Windows color (decimal): -5575794 or 9366442. OLE color: 9366442.

HSL color Cylindrical-coordinate representation of color #AAEB8E: hue angle of 101.94º 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 #AAEB8E is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 142 -
CMYK 0.28 0 0.40 0.08
HSL 101.94º 0.7% 0.74% -
HSV(B) 101.94º 0.4% 0.92% -
XYZ 51.17 69.92 36.39 -
YUV 204.96 92.47 103.06 -
System Red Green Blue C M Y K H S L
Decimal 170 235 142 0.28 0 0.40 0.08 101.94 0.7 0.74
Hex AA EB 8E 1C 0 28 8 66 46 4A
Octal 252 353 216 34 0 50 10 146 106 112
Binary 10101010 11101011 10001110 11100 0 101000 1000 1100110 1000110 1001010

Color Harmonies of #AAEB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB8E

Black with #AAEB8E

Text Example


Text Example

White with #AAEB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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