Html Css Color HEX #AAF13C Green Yellow

📋 copy color: '#AAF13C'

red 170 ◦ green 241 ◦ blue 60

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

Shades of Green Yellow #AAF13C

Tints of Green Yellow #AAF13C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.17%

 BLUE value IS 60 (23.83% from 255) = 12.74%

R = 36.09%
G = 51.17%
B = 12.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#AAF13C (or 0xAAF13C) is known color: Green Yellow. HEX triplet: AA, F1 and 3C. RGB value is (170,241,60). Sum of RGB (Red+Green+Blue) = 170+241+60=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF13C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF13C is #550EC3. Grayscale: #C7C7C7. Windows color (decimal): -5574340 or 3994026. OLE color: 3994026.

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

Color convert

RGB 170 241 60 -
CMYK 0.29 0 0.75 0.05
HSL 83.54º 0.87% 0.59% -
HSV(B) 83.54º 0.75% 0.95% -
XYZ 48.85 71.78 15.56 -
YUV 199.14 49.48 107.22 -
System Red Green Blue C M Y K H S L
Decimal 170 241 60 0.29 0 0.75 0.05 83.54 0.87 0.59
Hex AA F1 3C 1D 0 4B 5 54 57 3B
Octal 252 361 74 35 0 113 5 124 127 73
Binary 10101010 11110001 111100 11101 0 1001011 101 1010100 1010111 111011

Color Harmonies of #AAF13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF13C

Black with #AAF13C

Text Example


Text Example

White with #AAF13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF13C; }

 p { color: rgb(170,241,60); }

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

background-color css

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

 a { background-color: rgb(170,241,60); }

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

border-color css

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

 span { border-color: rgb(170,241,60); }

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