Html Css Color HEX #AAFE72 Sulu

📋 copy color: '#AAFE72'

red 170 ◦ green 254 ◦ blue 114

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

Shades of Sulu #AAFE72

Tints of Sulu #AAFE72

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.21%

 BLUE value IS 114 (44.92% from 255) = 21.19%

R = 31.6%
G = 47.21%
B = 21.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#AAFE72 (or 0xAAFE72) is known color: Sulu. HEX triplet: AA, FE and 72. RGB value is (170,254,114). Sum of RGB (Red+Green+Blue) = 170+254+114=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE72 is #55018D. Grayscale: #D5D5D5. Windows color (decimal): -5570958 or 7536298. OLE color: 7536298.

HSL color Cylindrical-coordinate representation of color #AAFE72: hue angle of 96º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAFE72 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 114 -
CMYK 0.33 0 0.55 0.00
HSL 96º 0.99% 0.72% -
HSV(B) 96º 0.55% 1% -
XYZ 55.06 80.64 28.58 -
YUV 212.92 72.17 97.38 -
System Red Green Blue C M Y K H S L
Decimal 170 254 114 0.33 0 0.55 0.00 96 0.99 0.72
Hex AA FE 72 21 0 37 0 60 63 48
Octal 252 376 162 41 0 67 0 140 143 110
Binary 10101010 11111110 1110010 100001 0 110111 0 1100000 1100011 1001000

Color Harmonies of #AAFE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE72

Black with #AAFE72

Text Example


Text Example

White with #AAFE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE72; }

 p { color: rgb(170,254,114); }

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

background-color css

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

 a { background-color: rgb(170,254,114); }

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

border-color css

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

 span { border-color: rgb(170,254,114); }

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