Html Css Color HEX #AAED8F Granny Smith Apple

📋 copy color: '#AAED8F'

red 170 ◦ green 237 ◦ blue 143

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

Shades of Granny Smith Apple #AAED8F

Tints of Granny Smith Apple #AAED8F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.09%

 BLUE value IS 143 (56.25% from 255) = 26%

R = 30.91%
G = 43.09%
B = 26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#AAED8F (or 0xAAED8F) is known color: Granny Smith Apple. HEX triplet: AA, ED and 8F. RGB value is (170,237,143). Sum of RGB (Red+Green+Blue) = 170+237+143=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAED8F is #551270. Grayscale: #CECECE. Windows color (decimal): -5575281 or 9432490. OLE color: 9432490.

HSL color Cylindrical-coordinate representation of color #AAED8F: hue angle of 102.77º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAED8F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 143 -
CMYK 0.28 0 0.40 0.07
HSL 102.77º 0.72% 0.75% -
HSV(B) 102.77º 0.4% 0.93% -
XYZ 51.82 71.1 36.98 -
YUV 206.25 92.3 102.14 -
System Red Green Blue C M Y K H S L
Decimal 170 237 143 0.28 0 0.40 0.07 102.77 0.72 0.75
Hex AA ED 8F 1C 0 28 7 67 48 4B
Octal 252 355 217 34 0 50 7 147 110 113
Binary 10101010 11101101 10001111 11100 0 101000 111 1100111 1001000 1001011

Color Harmonies of #AAED8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED8F

Black with #AAED8F

Text Example


Text Example

White with #AAED8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED8F; }

 p { color: rgb(170,237,143); }

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

background-color css

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

 a { background-color: rgb(170,237,143); }

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

border-color css

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

 span { border-color: rgb(170,237,143); }

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