Html Css Color HEX #AAF38D Granny Smith Apple

📋 copy color: '#AAF38D'

red 170 ◦ green 243 ◦ blue 141

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

Shades of Granny Smith Apple #AAF38D

Tints of Granny Smith Apple #AAF38D

RGB

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

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

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

R = 30.69%
G = 43.86%
B = 25.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#AAF38D (or 0xAAF38D) is known color: Granny Smith Apple. HEX triplet: AA, F3 and 8D. RGB value is (170,243,141). Sum of RGB (Red+Green+Blue) = 170+243+141=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF38D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF38D is #550C72. Grayscale: #D1D1D1. Windows color (decimal): -5573747 or 9302954. OLE color: 9302954.

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

Color convert

RGB 170 243 141 -
CMYK 0.30 0 0.42 0.05
HSL 102.94º 0.81% 0.75% -
HSV(B) 102.94º 0.42% 0.95% -
XYZ 53.44 74.57 36.78 -
YUV 209.55 89.32 99.79 -
System Red Green Blue C M Y K H S L
Decimal 170 243 141 0.30 0 0.42 0.05 102.94 0.81 0.75
Hex AA F3 8D 1E 0 2A 5 67 51 4B
Octal 252 363 215 36 0 52 5 147 121 113
Binary 10101010 11110011 10001101 11110 0 101010 101 1100111 1010001 1001011

Color Harmonies of #AAF38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF38D

Black with #AAF38D

Text Example


Text Example

White with #AAF38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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