Html Css Color HEX #AAF506 Spring Bud

📋 copy color: '#AAF506'

red 170 ◦ green 245 ◦ blue 6

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

Shades of Spring Bud #AAF506

Tints of Spring Bud #AAF506

RGB

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

 GREEN value IS 245 (96.09% from 255) = 58.19%

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

R = 40.38%
G = 58.19%
B = 1.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#AAF506 (or 0xAAF506) is known color: Spring Bud. HEX triplet: AA, F5 and 06. RGB value is (170,245,6). Sum of RGB (Red+Green+Blue) = 170+245+6=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 245 (96.09% from 255 or 58.19% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF506 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF506 is #550AF9. Grayscale: #C4C4C4. Windows color (decimal): -5573370 or 456106. OLE color: 456106.

HSL color Cylindrical-coordinate representation of color #AAF506: hue angle of 78.83º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAF506 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 6 -
CMYK 0.31 0 0.98 0.04
HSL 78.83º 0.95% 0.49% -
HSV(B) 78.83º 0.98% 0.96% -
XYZ 49.26 73.86 11.83 -
YUV 195.33 21.15 109.93 -
System Red Green Blue C M Y K H S L
Decimal 170 245 6 0.31 0 0.98 0.04 78.83 0.95 0.49
Hex AA F5 6 1F 0 62 4 4F 5F 31
Octal 252 365 6 37 0 142 4 117 137 61
Binary 10101010 11110101 110 11111 0 1100010 100 1001111 1011111 110001

Color Harmonies of #AAF506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF506

Black with #AAF506

Text Example


Text Example

White with #AAF506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF506; }

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

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

background-color css

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

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

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

border-color css

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

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

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