Html Css Color HEX #AAFB0D Spring Bud

📋 copy color: '#AAFB0D'

red 170 ◦ green 251 ◦ blue 13

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

Shades of Spring Bud #AAFB0D

Tints of Spring Bud #AAFB0D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.83%

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

R = 39.17%
G = 57.83%
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

#AAFB0D (or 0xAAFB0D) is known color: Spring Bud. HEX triplet: AA, FB and 0D. RGB value is (170,251,13). Sum of RGB (Red+Green+Blue) = 170+251+13=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFB0D is #5504F2. Grayscale: #C8C8C8. Windows color (decimal): -5571827 or 916394. OLE color: 916394.

HSL color Cylindrical-coordinate representation of color #AAFB0D: hue angle of 80.42º degrees, saturation: 0.97, 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 #AAFB0D is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 13 -
CMYK 0.32 0 0.95 0.02
HSL 80.42º 0.97% 0.52% -
HSV(B) 80.42º 0.95% 0.98% -
XYZ 51.15 77.57 12.66 -
YUV 199.65 22.66 106.85 -
System Red Green Blue C M Y K H S L
Decimal 170 251 13 0.32 0 0.95 0.02 80.42 0.97 0.52
Hex AA FB D 20 0 5F 2 50 61 34
Octal 252 373 15 40 0 137 2 120 141 64
Binary 10101010 11111011 1101 100000 0 1011111 10 1010000 1100001 110100

Color Harmonies of #AAFB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFB0D

Black with #AAFB0D

Text Example


Text Example

White with #AAFB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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