Html Css Color HEX #A9FF0C Spring Bud

📋 copy color: '#A9FF0C'

red 169 ◦ green 255 ◦ blue 12

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

Shades of Spring Bud #A9FF0C

Tints of Spring Bud #A9FF0C

RGB

 RED value IS 169 (66.41% from 255) = 38.76%

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

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

R = 38.76%
G = 58.49%
B = 2.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#A9FF0C (or 0xA9FF0C) is known color: Spring Bud. HEX triplet: A9, FF and 0C. RGB value is (169,255,12). Sum of RGB (Red+Green+Blue) = 169+255+12=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9FF0C is #5600F3. Grayscale: #CACACA. Windows color (decimal): -5636340 or 851881. OLE color: 851881.

HSL color Cylindrical-coordinate representation of color #A9FF0C: hue angle of 81.23º 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 #A9FF0C is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 169 255 12 -
CMYK 0.34 0 0.95 0
HSL 81.23º 1% 0.52% -
HSV(B) 81.23º 0.95% 1% -
XYZ 52.19 79.98 13.04 -
YUV 201.58 21.01 104.76 -
System Red Green Blue C M Y K H S L
Decimal 169 255 12 0.34 0 0.95 0 81.23 1 0.52
Hex A9 FF C 22 0 5F 0 51 64 34
Octal 251 377 14 42 0 137 0 121 144 64
Binary 10101001 11111111 1100 100010 0 1011111 0 1010001 1100100 110100

Color Harmonies of #A9FF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FF0C

Black with #A9FF0C

Text Example


Text Example

White with #A9FF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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