Html Css Color HEX #A8FA16 Spring Bud

📋 copy color: '#A8FA16'

red 168 ◦ green 250 ◦ blue 22

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

Shades of Spring Bud #A8FA16

Tints of Spring Bud #A8FA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5%

R = 38.18%
G = 56.82%
B = 5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#A8FA16 (or 0xA8FA16) is known color: Spring Bud. HEX triplet: A8, FA and 16. RGB value is (168,250,22). Sum of RGB (Red+Green+Blue) = 168+250+22=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 250 (98.05% from 255 or 56.82% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FA16 is #5705E9. Grayscale: #C8C8C8. Windows color (decimal): -5703146 or 1505960. OLE color: 1505960.

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

Color convert

RGB 168 250 22 -
CMYK 0.33 0 0.91 0.02
HSL 81.58º 0.96% 0.53% -
HSV(B) 81.58º 0.91% 0.98% -
XYZ 50.48 76.75 12.91 -
YUV 199.49 27.83 105.54 -
System Red Green Blue C M Y K H S L
Decimal 168 250 22 0.33 0 0.91 0.02 81.58 0.96 0.53
Hex A8 FA 16 21 0 5B 2 52 60 35
Octal 250 372 26 41 0 133 2 122 140 65
Binary 10101000 11111010 10110 100001 0 1011011 10 1010010 1100000 110101

Color Harmonies of #A8FA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA16

Black with #A8FA16

Text Example


Text Example

White with #A8FA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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