Html Css Color HEX #A8F100 Spring Bud

📋 copy color: '#A8F100'

red 168 ◦ green 241 ◦ blue 0

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

Shades of Spring Bud #A8F100

Tints of Spring Bud #A8F100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.08%
G = 58.92%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#A8F100 (or 0xA8F100) is known color: Spring Bud. HEX triplet: A8, F1 and 00. RGB value is (168,241,0). Sum of RGB (Red+Green+Blue) = 168+241+0=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 241 (94.53% from 255 or 58.92% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F100 is #570EFF. Grayscale: #C0C0C0. Windows color (decimal): -5705472 or 61864. OLE color: 61864.

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

Color convert

RGB 168 241 0 -
CMYK 0.30 0 1 0.05
HSL 78.17º 1% 0.47% -
HSV(B) 78.17º 1% 0.95% -
XYZ 47.6 71.24 11.24 -
YUV 191.7 19.82 111.1 -
System Red Green Blue C M Y K H S L
Decimal 168 241 0 0.30 0 1 0.05 78.17 1 0.47
Hex A8 F1 0 1E 0 64 5 4E 64 2F
Octal 250 361 0 36 0 144 5 116 144 57
Binary 10101000 11110001 0 11110 0 1100100 101 1001110 1100100 101111

Color Harmonies of #A8F100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F100

Black with #A8F100

Text Example


Text Example

White with #A8F100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F100; }

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

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

background-color css

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

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

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

border-color css

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

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

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