Html Css Color HEX #A8F108 Spring Bud

📋 copy color: '#A8F108'

red 168 ◦ green 241 ◦ blue 8

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

Shades of Spring Bud #A8F108

Tints of Spring Bud #A8F108

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.79%

 BLUE value IS 8 (3.52% from 255) = 1.92%

R = 40.29%
G = 57.79%
B = 1.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#A8F108 (or 0xA8F108) is known color: Spring Bud. HEX triplet: A8, F1 and 08. RGB value is (168,241,8). Sum of RGB (Red+Green+Blue) = 168+241+8=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F108 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F108 is #570EF7. Grayscale: #C1C1C1. Windows color (decimal): -5705464 or 586152. OLE color: 586152.

HSL color Cylindrical-coordinate representation of color #A8F108: hue angle of 78.8º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8F108 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 8 -
CMYK 0.30 0 0.97 0.05
HSL 78.8º 0.94% 0.49% -
HSV(B) 78.8º 0.97% 0.95% -
XYZ 47.65 71.25 11.47 -
YUV 192.61 23.82 110.45 -
System Red Green Blue C M Y K H S L
Decimal 168 241 8 0.30 0 0.97 0.05 78.8 0.94 0.49
Hex A8 F1 8 1E 0 61 5 4F 5E 31
Octal 250 361 10 36 0 141 5 117 136 61
Binary 10101000 11110001 1000 11110 0 1100001 101 1001111 1011110 110001

Color Harmonies of #A8F108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F108

Black with #A8F108

Text Example


Text Example

White with #A8F108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F108; }

 p { color: rgb(168,241,8); }

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

background-color css

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

 a { background-color: rgb(168,241,8); }

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

border-color css

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

 span { border-color: rgb(168,241,8); }

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