Html Css Color HEX #A8F916 Spring Bud

📋 copy color: '#A8F916'

red 168 ◦ green 249 ◦ blue 22

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

Shades of Spring Bud #A8F916

Tints of Spring Bud #A8F916

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.72%

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

R = 38.27%
G = 56.72%
B = 5.01%

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

#A8F916 (or 0xA8F916) is known color: Spring Bud. HEX triplet: A8, F9 and 16. RGB value is (168,249,22). Sum of RGB (Red+Green+Blue) = 168+249+22=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 249 (97.66% from 255 or 56.72% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F916 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F916 is #5706E9. Grayscale: #C7C7C7. Windows color (decimal): -5703402 or 1505704. OLE color: 1505704.

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

Color convert

RGB 168 249 22 -
CMYK 0.33 0 0.91 0.02
HSL 81.41º 0.95% 0.53% -
HSV(B) 81.41º 0.91% 0.98% -
XYZ 50.17 76.13 12.81 -
YUV 198.9 28.16 105.96 -
System Red Green Blue C M Y K H S L
Decimal 168 249 22 0.33 0 0.91 0.02 81.41 0.95 0.53
Hex A8 F9 16 21 0 5B 2 51 5F 35
Octal 250 371 26 41 0 133 2 121 137 65
Binary 10101000 11111001 10110 100001 0 1011011 10 1010001 1011111 110101

Color Harmonies of #A8F916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F916

Black with #A8F916

Text Example


Text Example

White with #A8F916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F916; }

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

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

background-color css

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

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

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

border-color css

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

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

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