Html Css Color HEX #AAEA98 Granny Smith Apple

📋 copy color: '#AAEA98'

red 170 ◦ green 234 ◦ blue 152

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

Shades of Granny Smith Apple #AAEA98

Tints of Granny Smith Apple #AAEA98

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.09%

 BLUE value IS 152 (59.77% from 255) = 27.34%

R = 30.58%
G = 42.09%
B = 27.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#AAEA98 (or 0xAAEA98) is known color: Granny Smith Apple. HEX triplet: AA, EA and 98. RGB value is (170,234,152). Sum of RGB (Red+Green+Blue) = 170+234+152=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEA98 is #551567. Grayscale: #CDCDCD. Windows color (decimal): -5576040 or 10021546. OLE color: 10021546.

HSL color Cylindrical-coordinate representation of color #AAEA98: hue angle of 106.83º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAEA98 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 152 -
CMYK 0.27 0 0.35 0.08
HSL 106.83º 0.66% 0.76% -
HSV(B) 106.83º 0.35% 0.92% -
XYZ 51.67 69.66 40.43 -
YUV 205.52 97.8 102.67 -
System Red Green Blue C M Y K H S L
Decimal 170 234 152 0.27 0 0.35 0.08 106.83 0.66 0.76
Hex AA EA 98 1B 0 23 8 6B 42 4C
Octal 252 352 230 33 0 43 10 153 102 114
Binary 10101010 11101010 10011000 11011 0 100011 1000 1101011 1000010 1001100

Color Harmonies of #AAEA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEA98

Black with #AAEA98

Text Example


Text Example

White with #AAEA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEA98; }

 p { color: rgb(170,234,152); }

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

background-color css

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

 a { background-color: rgb(170,234,152); }

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

border-color css

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

 span { border-color: rgb(170,234,152); }

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