Html Css Color HEX #A8FA13 Spring Bud

📋 copy color: '#A8FA13'

red 168 ◦ green 250 ◦ blue 19

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

Shades of Spring Bud #A8FA13

Tints of Spring Bud #A8FA13

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.21%

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

R = 38.44%
G = 57.21%
B = 4.35%

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

#A8FA13 (or 0xA8FA13) is known color: Spring Bud. HEX triplet: A8, FA and 13. RGB value is (168,250,19). Sum of RGB (Red+Green+Blue) = 168+250+19=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FA13 is #5705EC. Grayscale: #C7C7C7. Windows color (decimal): -5703149 or 1309352. OLE color: 1309352.

HSL color Cylindrical-coordinate representation of color #A8FA13: hue angle of 81.3º degrees, saturation: 0.96, 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 #A8FA13 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 250 19 -
CMYK 0.33 0 0.92 0.02
HSL 81.3º 0.96% 0.53% -
HSV(B) 81.3º 0.92% 0.98% -
XYZ 50.45 76.74 12.77 -
YUV 199.15 26.33 105.78 -
System Red Green Blue C M Y K H S L
Decimal 168 250 19 0.33 0 0.92 0.02 81.3 0.96 0.53
Hex A8 FA 13 21 0 5C 2 51 60 35
Octal 250 372 23 41 0 134 2 121 140 65
Binary 10101000 11111010 10011 100001 0 1011100 10 1010001 1100000 110101

Color Harmonies of #A8FA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA13

Black with #A8FA13

Text Example


Text Example

White with #A8FA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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