Html Css Color HEX #A8FB13 Spring Bud

📋 copy color: '#A8FB13'

red 168 ◦ green 251 ◦ blue 19

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

Shades of Spring Bud #A8FB13

Tints of Spring Bud #A8FB13

RGB

 RED value IS 168 (66.02% from 255) = 38.36%

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

 BLUE value IS 19 (7.81% from 255) = 4.34%

R = 38.36%
G = 57.31%
B = 4.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#A8FB13 (or 0xA8FB13) is known color: Spring Bud. HEX triplet: A8, FB and 13. RGB value is (168,251,19). Sum of RGB (Red+Green+Blue) = 168+251+19=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FB13 is #5704EC. Grayscale: #C8C8C8. Windows color (decimal): -5702893 or 1309608. OLE color: 1309608.

HSL color Cylindrical-coordinate representation of color #A8FB13: hue angle of 81.47º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8FB13 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 251 19 -
CMYK 0.33 0 0.92 0.02
HSL 81.47º 0.97% 0.53% -
HSV(B) 81.47º 0.92% 0.98% -
XYZ 50.76 77.37 12.87 -
YUV 199.74 26 105.36 -
System Red Green Blue C M Y K H S L
Decimal 168 251 19 0.33 0 0.92 0.02 81.47 0.97 0.53
Hex A8 FB 13 21 0 5C 2 51 61 35
Octal 250 373 23 41 0 134 2 121 141 65
Binary 10101000 11111011 10011 100001 0 1011100 10 1010001 1100001 110101

Color Harmonies of #A8FB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FB13

Black with #A8FB13

Text Example


Text Example

White with #A8FB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FB13; }

 p { color: rgb(168,251,19); }

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

background-color css

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

 a { background-color: rgb(168,251,19); }

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

border-color css

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

 span { border-color: rgb(168,251,19); }

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