Html Css Color HEX #A8FB16 Spring Bud

📋 copy color: '#A8FB16'

red 168 ◦ green 251 ◦ blue 22

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

Shades of Spring Bud #A8FB16

Tints of Spring Bud #A8FB16

RGB

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

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

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

R = 38.1%
G = 56.92%
B = 4.99%

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

#A8FB16 (or 0xA8FB16) is known color: Spring Bud. HEX triplet: A8, FB and 16. RGB value is (168,251,22). Sum of RGB (Red+Green+Blue) = 168+251+22=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FB16 is #5704E9. Grayscale: #C8C8C8. Windows color (decimal): -5702890 or 1506216. OLE color: 1506216.

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

Color convert

RGB 168 251 22 -
CMYK 0.33 0 0.91 0.02
HSL 81.75º 0.97% 0.54% -
HSV(B) 81.75º 0.91% 0.98% -
XYZ 50.79 77.38 13.02 -
YUV 200.08 27.5 105.12 -
System Red Green Blue C M Y K H S L
Decimal 168 251 22 0.33 0 0.91 0.02 81.75 0.97 0.54
Hex A8 FB 16 21 0 5B 2 52 61 36
Octal 250 373 26 41 0 133 2 122 141 66
Binary 10101000 11111011 10110 100001 0 1011011 10 1010010 1100001 110110

Color Harmonies of #A8FB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FB16

Black with #A8FB16

Text Example


Text Example

White with #A8FB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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