Html Css Color HEX #AAF140 Green Yellow

📋 copy color: '#AAF140'

red 170 ◦ green 241 ◦ blue 64

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

Shades of Green Yellow #AAF140

Tints of Green Yellow #AAF140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.47%

R = 35.79%
G = 50.74%
B = 13.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#AAF140 (or 0xAAF140) is known color: Green Yellow. HEX triplet: AA, F1 and 40. RGB value is (170,241,64). Sum of RGB (Red+Green+Blue) = 170+241+64=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF140 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF140 is #550EBF. Grayscale: #C8C8C8. Windows color (decimal): -5574336 or 4256170. OLE color: 4256170.

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

Color convert

RGB 170 241 64 -
CMYK 0.29 0 0.73 0.05
HSL 84.07º 0.86% 0.6% -
HSV(B) 84.07º 0.73% 0.95% -
XYZ 48.96 71.83 16.13 -
YUV 199.59 51.48 106.89 -
System Red Green Blue C M Y K H S L
Decimal 170 241 64 0.29 0 0.73 0.05 84.07 0.86 0.6
Hex AA F1 40 1D 0 49 5 54 56 3C
Octal 252 361 100 35 0 111 5 124 126 74
Binary 10101010 11110001 1000000 11101 0 1001001 101 1010100 1010110 111100

Color Harmonies of #AAF140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF140

Black with #AAF140

Text Example


Text Example

White with #AAF140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF140; }

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

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

background-color css

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

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

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

border-color css

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

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

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