Html Css Color HEX #AAF305 Spring Bud

📋 copy color: '#AAF305'

red 170 ◦ green 243 ◦ blue 5

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

Shades of Spring Bud #AAF305

Tints of Spring Bud #AAF305

RGB

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

 GREEN value IS 243 (95.31% from 255) = 58.13%

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 40.67%
G = 58.13%
B = 1.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#AAF305 (or 0xAAF305) is known color: Spring Bud. HEX triplet: AA, F3 and 05. RGB value is (170,243,5). Sum of RGB (Red+Green+Blue) = 170+243+5=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 243 (95.31% from 255 or 58.13% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF305 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF305 is #550CFA. Grayscale: #C2C2C2. Windows color (decimal): -5573883 or 390058. OLE color: 390058.

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

Color convert

RGB 170 243 5 -
CMYK 0.30 0 0.98 0.05
HSL 78.4º 0.96% 0.49% -
HSV(B) 78.4º 0.98% 0.95% -
XYZ 48.66 72.66 11.6 -
YUV 194.04 21.32 110.85 -
System Red Green Blue C M Y K H S L
Decimal 170 243 5 0.30 0 0.98 0.05 78.4 0.96 0.49
Hex AA F3 5 1E 0 62 5 4E 60 31
Octal 252 363 5 36 0 142 5 116 140 61
Binary 10101010 11110011 101 11110 0 1100010 101 1001110 1100000 110001

Color Harmonies of #AAF305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF305

Black with #AAF305

Text Example


Text Example

White with #AAF305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF305; }

 p { color: rgb(170,243,5); }

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

background-color css

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

 a { background-color: rgb(170,243,5); }

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

border-color css

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

 span { border-color: rgb(170,243,5); }

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