Html Css Color HEX #AAF38B Granny Smith Apple

📋 copy color: '#AAF38B'

red 170 ◦ green 243 ◦ blue 139

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

Shades of Granny Smith Apple #AAF38B

Tints of Granny Smith Apple #AAF38B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.02%

 BLUE value IS 139 (54.69% from 255) = 25.18%

R = 30.8%
G = 44.02%
B = 25.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#AAF38B (or 0xAAF38B) is known color: Granny Smith Apple. HEX triplet: AA, F3 and 8B. RGB value is (170,243,139). Sum of RGB (Red+Green+Blue) = 170+243+139=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF38B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF38B is #550C74. Grayscale: #D1D1D1. Windows color (decimal): -5573749 or 9171882. OLE color: 9171882.

HSL color Cylindrical-coordinate representation of color #AAF38B: hue angle of 102.12º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAF38B is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 139 -
CMYK 0.30 0 0.43 0.05
HSL 102.12º 0.81% 0.75% -
HSV(B) 102.12º 0.43% 0.95% -
XYZ 53.29 74.51 36 -
YUV 209.32 88.32 99.96 -
System Red Green Blue C M Y K H S L
Decimal 170 243 139 0.30 0 0.43 0.05 102.12 0.81 0.75
Hex AA F3 8B 1E 0 2B 5 66 51 4B
Octal 252 363 213 36 0 53 5 146 121 113
Binary 10101010 11110011 10001011 11110 0 101011 101 1100110 1010001 1001011

Color Harmonies of #AAF38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF38B

Black with #AAF38B

Text Example


Text Example

White with #AAF38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF38B; }

 p { color: rgb(170,243,139); }

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

background-color css

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

 a { background-color: rgb(170,243,139); }

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

border-color css

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

 span { border-color: rgb(170,243,139); }

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