Html Css Color HEX #AAF008 Spring Bud

📋 copy color: '#AAF008'

red 170 ◦ green 240 ◦ blue 8

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

Shades of Spring Bud #AAF008

Tints of Spring Bud #AAF008

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.42%

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 40.67%
G = 57.42%
B = 1.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#AAF008 (or 0xAAF008) is known color: Spring Bud. HEX triplet: AA, F0 and 08. RGB value is (170,240,8). Sum of RGB (Red+Green+Blue) = 170+240+8=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF008 is #550FF7. Grayscale: #C1C1C1. Windows color (decimal): -5574648 or 585898. OLE color: 585898.

HSL color Cylindrical-coordinate representation of color #AAF008: hue angle of 78.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAF008 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 8 -
CMYK 0.29 0 0.97 0.06
HSL 78.1º 0.94% 0.49% -
HSV(B) 78.1º 0.97% 0.94% -
XYZ 47.78 70.88 11.39 -
YUV 192.62 23.81 111.86 -
System Red Green Blue C M Y K H S L
Decimal 170 240 8 0.29 0 0.97 0.06 78.1 0.94 0.49
Hex AA F0 8 1D 0 61 6 4E 5E 31
Octal 252 360 10 35 0 141 6 116 136 61
Binary 10101010 11110000 1000 11101 0 1100001 110 1001110 1011110 110001

Color Harmonies of #AAF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF008

Black with #AAF008

Text Example


Text Example

White with #AAF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF008; }

 p { color: rgb(170,240,8); }

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

background-color css

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

 a { background-color: rgb(170,240,8); }

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

border-color css

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

 span { border-color: rgb(170,240,8); }

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