Html Css Color HEX #AAFA25 Green Yellow

📋 copy color: '#AAFA25'

red 170 ◦ green 250 ◦ blue 37

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

Shades of Green Yellow #AAFA25

Tints of Green Yellow #AAFA25

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.7%

 BLUE value IS 37 (14.84% from 255) = 8.1%

R = 37.2%
G = 54.7%
B = 8.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#AAFA25 (or 0xAAFA25) is known color: Green Yellow. HEX triplet: AA, FA and 25. RGB value is (170,250,37). Sum of RGB (Red+Green+Blue) = 170+250+37=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 250 (98.05% from 255 or 54.70% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFA25 is #5505DA. Grayscale: #CACACA. Windows color (decimal): -5572059 or 2489002. OLE color: 2489002.

HSL color Cylindrical-coordinate representation of color #AAFA25: hue angle of 82.54º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAFA25 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 37 -
CMYK 0.32 0 0.85 0.02
HSL 82.54º 0.96% 0.56% -
HSV(B) 82.54º 0.85% 0.98% -
XYZ 51.1 77.05 13.93 -
YUV 201.8 35 105.32 -
System Red Green Blue C M Y K H S L
Decimal 170 250 37 0.32 0 0.85 0.02 82.54 0.96 0.56
Hex AA FA 25 20 0 55 2 53 60 38
Octal 252 372 45 40 0 125 2 123 140 70
Binary 10101010 11111010 100101 100000 0 1010101 10 1010011 1100000 111000

Color Harmonies of #AAFA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA25

Black with #AAFA25

Text Example


Text Example

White with #AAFA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA25; }

 p { color: rgb(170,250,37); }

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

background-color css

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

 a { background-color: rgb(170,250,37); }

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

border-color css

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

 span { border-color: rgb(170,250,37); }

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