Html Css Color HEX #A8F812 Spring Bud

📋 copy color: '#A8F812'

red 168 ◦ green 248 ◦ blue 18

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

Shades of Spring Bud #A8F812

Tints of Spring Bud #A8F812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.15%

R = 38.71%
G = 57.14%
B = 4.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#A8F812 (or 0xA8F812) is known color: Spring Bud. HEX triplet: A8, F8 and 12. RGB value is (168,248,18). Sum of RGB (Red+Green+Blue) = 168+248+18=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 248 (97.27% from 255 or 57.14% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F812 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F812 is #5707ED. Grayscale: #C6C6C6. Windows color (decimal): -5703662 or 1243304. OLE color: 1243304.

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

Color convert

RGB 168 248 18 -
CMYK 0.32 0 0.93 0.03
HSL 80.87º 0.94% 0.52% -
HSV(B) 80.87º 0.93% 0.97% -
XYZ 49.83 75.5 12.52 -
YUV 197.86 26.5 106.7 -
System Red Green Blue C M Y K H S L
Decimal 168 248 18 0.32 0 0.93 0.03 80.87 0.94 0.52
Hex A8 F8 12 20 0 5D 3 51 5E 34
Octal 250 370 22 40 0 135 3 121 136 64
Binary 10101000 11111000 10010 100000 0 1011101 11 1010001 1011110 110100

Color Harmonies of #A8F812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F812

Black with #A8F812

Text Example


Text Example

White with #A8F812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F812; }

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

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

background-color css

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

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

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

border-color css

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

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

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