Html Css Color HEX #AAF308 Spring Bud

📋 copy color: '#AAF308'

red 170 ◦ green 243 ◦ blue 8

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

Shades of Spring Bud #AAF308

Tints of Spring Bud #AAF308

RGB

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

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

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

R = 40.38%
G = 57.72%
B = 1.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#AAF308 (or 0xAAF308) is known color: Spring Bud. HEX triplet: AA, F3 and 08. RGB value is (170,243,8). Sum of RGB (Red+Green+Blue) = 170+243+8=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 243 (95.31% from 255 or 57.72% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF308 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF308 is #550CF7. Grayscale: #C3C3C3. Windows color (decimal): -5573880 or 586666. OLE color: 586666.

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

Color convert

RGB 170 243 8 -
CMYK 0.30 0 0.97 0.05
HSL 78.64º 0.94% 0.49% -
HSV(B) 78.64º 0.97% 0.95% -
XYZ 48.67 72.66 11.69 -
YUV 194.38 22.82 110.61 -
System Red Green Blue C M Y K H S L
Decimal 170 243 8 0.30 0 0.97 0.05 78.64 0.94 0.49
Hex AA F3 8 1E 0 61 5 4F 5E 31
Octal 252 363 10 36 0 141 5 117 136 61
Binary 10101010 11110011 1000 11110 0 1100001 101 1001111 1011110 110001

Color Harmonies of #AAF308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF308

Black with #AAF308

Text Example


Text Example

White with #AAF308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF308; }

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

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

background-color css

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

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

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

border-color css

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

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

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