Html Css Color HEX #AAFA0D Spring Bud

📋 copy color: '#AAFA0D'

red 170 ◦ green 250 ◦ blue 13

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

Shades of Spring Bud #AAFA0D

Tints of Spring Bud #AAFA0D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.74%

 BLUE value IS 13 (5.47% from 255) = 3%

R = 39.26%
G = 57.74%
B = 3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#AAFA0D (or 0xAAFA0D) is known color: Spring Bud. HEX triplet: AA, FA and 0D. RGB value is (170,250,13). Sum of RGB (Red+Green+Blue) = 170+250+13=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFA0D is #5505F2. Grayscale: #C7C7C7. Windows color (decimal): -5572083 or 916138. OLE color: 916138.

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

Color convert

RGB 170 250 13 -
CMYK 0.32 0 0.95 0.02
HSL 80.25º 0.96% 0.52% -
HSV(B) 80.25º 0.95% 0.98% -
XYZ 50.84 76.95 12.55 -
YUV 199.06 23 107.27 -
System Red Green Blue C M Y K H S L
Decimal 170 250 13 0.32 0 0.95 0.02 80.25 0.96 0.52
Hex AA FA D 20 0 5F 2 50 60 34
Octal 252 372 15 40 0 137 2 120 140 64
Binary 10101010 11111010 1101 100000 0 1011111 10 1010000 1100000 110100

Color Harmonies of #AAFA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA0D

Black with #AAFA0D

Text Example


Text Example

White with #AAFA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA0D; }

 p { color: rgb(170,250,13); }

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

background-color css

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

 a { background-color: rgb(170,250,13); }

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

border-color css

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

 span { border-color: rgb(170,250,13); }

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