Html Css Color HEX #A5FB0C Spring Bud

📋 copy color: '#A5FB0C'

red 165 ◦ green 251 ◦ blue 12

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

Shades of Spring Bud #A5FB0C

Tints of Spring Bud #A5FB0C

RGB

 RED value IS 165 (64.84% from 255) = 38.55%

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

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

R = 38.55%
G = 58.64%
B = 2.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#A5FB0C (or 0xA5FB0C) is known color: Spring Bud. HEX triplet: A5, FB and 0C. RGB value is (165,251,12). Sum of RGB (Red+Green+Blue) = 165+251+12=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FB0C is #5A04F3. Grayscale: #C6C6C6. Windows color (decimal): -5899508 or 850853. OLE color: 850853.

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

Color convert

RGB 165 251 12 -
CMYK 0.34 0 0.95 0.02
HSL 81.59º 0.97% 0.52% -
HSV(B) 81.59º 0.95% 0.98% -
XYZ 50.08 77.02 12.57 -
YUV 198.04 23.01 104.43 -
System Red Green Blue C M Y K H S L
Decimal 165 251 12 0.34 0 0.95 0.02 81.59 0.97 0.52
Hex A5 FB C 22 0 5F 2 52 61 34
Octal 245 373 14 42 0 137 2 122 141 64
Binary 10100101 11111011 1100 100010 0 1011111 10 1010010 1100001 110100

Color Harmonies of #A5FB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FB0C

Black with #A5FB0C

Text Example


Text Example

White with #A5FB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FB0C; }

 p { color: rgb(165,251,12); }

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

background-color css

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

 a { background-color: rgb(165,251,12); }

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

border-color css

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

 span { border-color: rgb(165,251,12); }

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