Html Css Color HEX #AAFC0D Spring Bud

📋 copy color: '#AAFC0D'

red 170 ◦ green 252 ◦ blue 13

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

Shades of Spring Bud #AAFC0D

Tints of Spring Bud #AAFC0D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.93%

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

R = 39.08%
G = 57.93%
B = 2.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#AAFC0D (or 0xAAFC0D) is known color: Spring Bud. HEX triplet: AA, FC and 0D. RGB value is (170,252,13). Sum of RGB (Red+Green+Blue) = 170+252+13=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 252 (98.83% from 255 or 57.93% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFC0D is #5503F2. Grayscale: #C9C9C9. Windows color (decimal): -5571571 or 916650. OLE color: 916650.

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

Color convert

RGB 170 252 13 -
CMYK 0.33 0 0.95 0.01
HSL 80.59º 0.98% 0.52% -
HSV(B) 80.59º 0.95% 0.99% -
XYZ 51.46 78.2 12.76 -
YUV 200.24 22.33 106.43 -
System Red Green Blue C M Y K H S L
Decimal 170 252 13 0.33 0 0.95 0.01 80.59 0.98 0.52
Hex AA FC D 21 0 5F 1 51 62 34
Octal 252 374 15 41 0 137 1 121 142 64
Binary 10101010 11111100 1101 100001 0 1011111 1 1010001 1100010 110100

Color Harmonies of #AAFC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC0D

Black with #AAFC0D

Text Example


Text Example

White with #AAFC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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