Html Css Color HEX #AAF236 Green Yellow

📋 copy color: '#AAF236'

red 170 ◦ green 242 ◦ blue 54

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

Shades of Green Yellow #AAF236

Tints of Green Yellow #AAF236

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

 BLUE value IS 54 (21.48% from 255) = 11.59%

R = 36.48%
G = 51.93%
B = 11.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#AAF236 (or 0xAAF236) is known color: Green Yellow. HEX triplet: AA, F2 and 36. RGB value is (170,242,54). Sum of RGB (Red+Green+Blue) = 170+242+54=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 54 (21.48% from 255 or 11.59% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF236 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF236 is #550DC9. Grayscale: #C7C7C7. Windows color (decimal): -5574090 or 3601066. OLE color: 3601066.

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

Color convert

RGB 170 242 54 -
CMYK 0.30 0 0.78 0.05
HSL 82.98º 0.88% 0.58% -
HSV(B) 82.98º 0.78% 0.95% -
XYZ 49 72.32 14.87 -
YUV 199.04 46.15 107.29 -
System Red Green Blue C M Y K H S L
Decimal 170 242 54 0.30 0 0.78 0.05 82.98 0.88 0.58
Hex AA F2 36 1E 0 4E 5 53 58 3A
Octal 252 362 66 36 0 116 5 123 130 72
Binary 10101010 11110010 110110 11110 0 1001110 101 1010011 1011000 111010

Color Harmonies of #AAF236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF236

Black with #AAF236

Text Example


Text Example

White with #AAF236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF236; }

 p { color: rgb(170,242,54); }

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

background-color css

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

 a { background-color: rgb(170,242,54); }

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

border-color css

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

 span { border-color: rgb(170,242,54); }

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