Html Css Color HEX #A8F918 Spring Bud

📋 copy color: '#A8F918'

red 168 ◦ green 249 ◦ blue 24

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

Shades of Spring Bud #A8F918

Tints of Spring Bud #A8F918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.44%

R = 38.1%
G = 56.46%
B = 5.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#A8F918 (or 0xA8F918) is known color: Spring Bud. HEX triplet: A8, F9 and 18. RGB value is (168,249,24). Sum of RGB (Red+Green+Blue) = 168+249+24=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F918 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F918 is #5706E7. Grayscale: #C7C7C7. Windows color (decimal): -5703400 or 1636776. OLE color: 1636776.

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

Color convert

RGB 168 249 24 -
CMYK 0.33 0 0.90 0.02
HSL 81.6º 0.95% 0.54% -
HSV(B) 81.6º 0.9% 0.98% -
XYZ 50.19 76.14 12.92 -
YUV 199.13 29.16 105.8 -
System Red Green Blue C M Y K H S L
Decimal 168 249 24 0.33 0 0.90 0.02 81.6 0.95 0.54
Hex A8 F9 18 21 0 5A 2 52 5F 36
Octal 250 371 30 41 0 132 2 122 137 66
Binary 10101000 11111001 11000 100001 0 1011010 10 1010010 1011111 110110

Color Harmonies of #A8F918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F918

Black with #A8F918

Text Example


Text Example

White with #A8F918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F918; }

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

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

background-color css

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

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

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

border-color css

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

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

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