Html Css Color HEX #AAF60D Spring Bud

📋 copy color: '#AAF60D'

red 170 ◦ green 246 ◦ blue 13

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

Shades of Spring Bud #AAF60D

Tints of Spring Bud #AAF60D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 57.34%

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

R = 39.63%
G = 57.34%
B = 3.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#AAF60D (or 0xAAF60D) is known color: Spring Bud. HEX triplet: AA, F6 and 0D. RGB value is (170,246,13). Sum of RGB (Red+Green+Blue) = 170+246+13=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 246 (96.48% from 255 or 57.34% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF60D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF60D is #5509F2. Grayscale: #C5C5C5. Windows color (decimal): -5573107 or 915114. OLE color: 915114.

HSL color Cylindrical-coordinate representation of color #AAF60D: hue angle of 79.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAF60D is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 13 -
CMYK 0.31 0 0.95 0.04
HSL 79.57º 0.93% 0.51% -
HSV(B) 79.57º 0.95% 0.96% -
XYZ 49.61 74.49 12.14 -
YUV 196.71 24.32 108.95 -
System Red Green Blue C M Y K H S L
Decimal 170 246 13 0.31 0 0.95 0.04 79.57 0.93 0.51
Hex AA F6 D 1F 0 5F 4 50 5D 33
Octal 252 366 15 37 0 137 4 120 135 63
Binary 10101010 11110110 1101 11111 0 1011111 100 1010000 1011101 110011

Color Harmonies of #AAF60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF60D

Black with #AAF60D

Text Example


Text Example

White with #AAF60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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