Html Css Color HEX #AAF58D Granny Smith Apple

📋 copy color: '#AAF58D'

red 170 ◦ green 245 ◦ blue 141

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

Shades of Granny Smith Apple #AAF58D

Tints of Granny Smith Apple #AAF58D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.06%

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

R = 30.58%
G = 44.06%
B = 25.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#AAF58D (or 0xAAF58D) is known color: Granny Smith Apple. HEX triplet: AA, F5 and 8D. RGB value is (170,245,141). Sum of RGB (Red+Green+Blue) = 170+245+141=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF58D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF58D is #550A72. Grayscale: #D3D3D3. Windows color (decimal): -5573235 or 9303466. OLE color: 9303466.

HSL color Cylindrical-coordinate representation of color #AAF58D: hue angle of 103.27º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAF58D is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 141 -
CMYK 0.31 0 0.42 0.04
HSL 103.27º 0.84% 0.76% -
HSV(B) 103.27º 0.42% 0.96% -
XYZ 54.04 75.77 36.98 -
YUV 210.72 88.65 98.96 -
System Red Green Blue C M Y K H S L
Decimal 170 245 141 0.31 0 0.42 0.04 103.27 0.84 0.76
Hex AA F5 8D 1F 0 2A 4 67 54 4C
Octal 252 365 215 37 0 52 4 147 124 114
Binary 10101010 11110101 10001101 11111 0 101010 100 1100111 1010100 1001100

Color Harmonies of #AAF58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF58D

Black with #AAF58D

Text Example


Text Example

White with #AAF58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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