Html Css Color HEX #AAFF0C Spring Bud

📋 copy color: '#AAFF0C'

red 170 ◦ green 255 ◦ blue 12

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

Shades of Spring Bud #AAFF0C

Tints of Spring Bud #AAFF0C

RGB

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

 GREEN value IS 255 (100% from 255) = 58.35%

 BLUE value IS 12 (5.08% from 255) = 2.75%

R = 38.9%
G = 58.35%
B = 2.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#AAFF0C (or 0xAAFF0C) is known color: Spring Bud. HEX triplet: AA, FF and 0C. RGB value is (170,255,12). Sum of RGB (Red+Green+Blue) = 170+255+12=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF0C is #5500F3. Grayscale: #CACACA. Windows color (decimal): -5570804 or 851882. OLE color: 851882.

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

Color convert

RGB 170 255 12 -
CMYK 0.33 0 0.95 0
HSL 80.99º 1% 0.52% -
HSV(B) 80.99º 0.95% 1% -
XYZ 52.4 80.09 13.05 -
YUV 201.88 20.84 105.26 -
System Red Green Blue C M Y K H S L
Decimal 170 255 12 0.33 0 0.95 0 80.99 1 0.52
Hex AA FF C 21 0 5F 0 51 64 34
Octal 252 377 14 41 0 137 0 121 144 64
Binary 10101010 11111111 1100 100001 0 1011111 0 1010001 1100100 110100

Color Harmonies of #AAFF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF0C

Black with #AAFF0C

Text Example


Text Example

White with #AAFF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF0C; }

 p { color: rgb(170,255,12); }

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

background-color css

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

 a { background-color: rgb(170,255,12); }

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

border-color css

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

 span { border-color: rgb(170,255,12); }

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