Html Css Color HEX #AAEF8C Granny Smith Apple

📋 copy color: '#AAEF8C'

red 170 ◦ green 239 ◦ blue 140

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

Shades of Granny Smith Apple #AAEF8C

Tints of Granny Smith Apple #AAEF8C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.53%

 BLUE value IS 140 (55.08% from 255) = 25.5%

R = 30.97%
G = 43.53%
B = 25.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#AAEF8C (or 0xAAEF8C) is known color: Granny Smith Apple. HEX triplet: AA, EF and 8C. RGB value is (170,239,140). Sum of RGB (Red+Green+Blue) = 170+239+140=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEF8C is #551073. Grayscale: #CFCFCF. Windows color (decimal): -5574772 or 9236394. OLE color: 9236394.

HSL color Cylindrical-coordinate representation of color #AAEF8C: hue angle of 101.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAEF8C is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 140 -
CMYK 0.29 0 0.41 0.06
HSL 101.82º 0.76% 0.74% -
HSV(B) 101.82º 0.41% 0.94% -
XYZ 52.18 72.17 35.99 -
YUV 207.08 90.14 101.55 -
System Red Green Blue C M Y K H S L
Decimal 170 239 140 0.29 0 0.41 0.06 101.82 0.76 0.74
Hex AA EF 8C 1D 0 29 6 66 4C 4A
Octal 252 357 214 35 0 51 6 146 114 112
Binary 10101010 11101111 10001100 11101 0 101001 110 1100110 1001100 1001010

Color Harmonies of #AAEF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEF8C

Black with #AAEF8C

Text Example


Text Example

White with #AAEF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEF8C; }

 p { color: rgb(170,239,140); }

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

background-color css

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

 a { background-color: rgb(170,239,140); }

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

border-color css

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

 span { border-color: rgb(170,239,140); }

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