Html Css Color HEX #A8F800 Spring Bud

📋 copy color: '#A8F800'

red 168 ◦ green 248 ◦ blue 0

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

Shades of Spring Bud #A8F800

Tints of Spring Bud #A8F800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 59.62%

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

R = 40.38%
G = 59.62%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#A8F800 (or 0xA8F800) is known color: Spring Bud. HEX triplet: A8, F8 and 00. RGB value is (168,248,0). Sum of RGB (Red+Green+Blue) = 168+248+0=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 248 (97.27% from 255 or 59.62% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F800 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F800 is #5707FF. Grayscale: #C4C4C4. Windows color (decimal): -5703680 or 63656. OLE color: 63656.

HSL color Cylindrical-coordinate representation of color #A8F800: hue angle of 79.35º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8F800 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 248 0 -
CMYK 0.32 0 1 0.03
HSL 79.35º 1% 0.49% -
HSV(B) 79.35º 1% 0.97% -
XYZ 49.72 75.46 11.94 -
YUV 195.81 17.5 108.17 -
System Red Green Blue C M Y K H S L
Decimal 168 248 0 0.32 0 1 0.03 79.35 1 0.49
Hex A8 F8 0 20 0 64 3 4F 64 31
Octal 250 370 0 40 0 144 3 117 144 61
Binary 10101000 11111000 0 100000 0 1100100 11 1001111 1100100 110001

Color Harmonies of #A8F800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F800

Black with #A8F800

Text Example


Text Example

White with #A8F800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F800; }

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

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

background-color css

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

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

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

border-color css

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

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

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