Html Css Color HEX #AAEF8D Granny Smith Apple

📋 copy color: '#AAEF8D'

red 170 ◦ green 239 ◦ blue 141

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

Shades of Granny Smith Apple #AAEF8D

Tints of Granny Smith Apple #AAEF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.64%

R = 30.91%
G = 43.45%
B = 25.64%

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

#AAEF8D (or 0xAAEF8D) is known color: Granny Smith Apple. HEX triplet: AA, EF and 8D. RGB value is (170,239,141). Sum of RGB (Red+Green+Blue) = 170+239+141=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEF8D is #551072. Grayscale: #CFCFCF. Windows color (decimal): -5574771 or 9301930. OLE color: 9301930.

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

Color convert

RGB 170 239 141 -
CMYK 0.29 0 0.41 0.06
HSL 102.24º 0.75% 0.75% -
HSV(B) 102.24º 0.41% 0.94% -
XYZ 52.25 72.2 36.38 -
YUV 207.2 90.64 101.47 -
System Red Green Blue C M Y K H S L
Decimal 170 239 141 0.29 0 0.41 0.06 102.24 0.75 0.75
Hex AA EF 8D 1D 0 29 6 66 4B 4B
Octal 252 357 215 35 0 51 6 146 113 113
Binary 10101010 11101111 10001101 11101 0 101001 110 1100110 1001011 1001011

Color Harmonies of #AAEF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEF8D

Black with #AAEF8D

Text Example


Text Example

White with #AAEF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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