Html Css Color HEX #AAFF06 Spring Bud

📋 copy color: '#AAFF06'

red 170 ◦ green 255 ◦ blue 6

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

Shades of Spring Bud #AAFF06

Tints of Spring Bud #AAFF06

RGB

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

 GREEN value IS 255 (100% from 255) = 59.16%

 BLUE value IS 6 (2.73% from 255) = 1.39%

R = 39.44%
G = 59.16%
B = 1.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#AAFF06 (or 0xAAFF06) is known color: Spring Bud. HEX triplet: AA, FF and 06. RGB value is (170,255,6). Sum of RGB (Red+Green+Blue) = 170+255+6=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 6 (2.73% from 255 or 1.39% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF06 is #5500F9. Grayscale: #CACACA. Windows color (decimal): -5570810 or 458666. OLE color: 458666.

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

Color convert

RGB 170 255 6 -
CMYK 0.33 0 0.98 0
HSL 80.48º 1% 0.51% -
HSV(B) 80.48º 0.98% 1% -
XYZ 52.37 80.08 12.87 -
YUV 201.2 17.84 105.75 -
System Red Green Blue C M Y K H S L
Decimal 170 255 6 0.33 0 0.98 0 80.48 1 0.51
Hex AA FF 6 21 0 62 0 50 64 33
Octal 252 377 6 41 0 142 0 120 144 63
Binary 10101010 11111111 110 100001 0 1100010 0 1010000 1100100 110011

Color Harmonies of #AAFF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF06

Black with #AAFF06

Text Example


Text Example

White with #AAFF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF06; }

 p { color: rgb(170,255,6); }

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

background-color css

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

 a { background-color: rgb(170,255,6); }

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

border-color css

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

 span { border-color: rgb(170,255,6); }

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