Html Css Color HEX #AAF134 Green Yellow

📋 copy color: '#AAF134'

red 170 ◦ green 241 ◦ blue 52

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

Shades of Green Yellow #AAF134

Tints of Green Yellow #AAF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.23%

R = 36.72%
G = 52.05%
B = 11.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#AAF134 (or 0xAAF134) is known color: Green Yellow. HEX triplet: AA, F1 and 34. RGB value is (170,241,52). Sum of RGB (Red+Green+Blue) = 170+241+52=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF134 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF134 is #550ECB. Grayscale: #C6C6C6. Windows color (decimal): -5574348 or 3469738. OLE color: 3469738.

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

Color convert

RGB 170 241 52 -
CMYK 0.29 0 0.78 0.05
HSL 82.54º 0.87% 0.57% -
HSV(B) 82.54º 0.78% 0.95% -
XYZ 48.65 71.7 14.52 -
YUV 198.23 45.48 107.87 -
System Red Green Blue C M Y K H S L
Decimal 170 241 52 0.29 0 0.78 0.05 82.54 0.87 0.57
Hex AA F1 34 1D 0 4E 5 53 57 39
Octal 252 361 64 35 0 116 5 123 127 71
Binary 10101010 11110001 110100 11101 0 1001110 101 1010011 1010111 111001

Color Harmonies of #AAF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF134

Black with #AAF134

Text Example


Text Example

White with #AAF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF134; }

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

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

background-color css

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

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

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

border-color css

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

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

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