Html Css Color HEX #A8F712 Spring Bud

📋 copy color: '#A8F712'

red 168 ◦ green 247 ◦ blue 18

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

Shades of Spring Bud #A8F712

Tints of Spring Bud #A8F712

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.04%

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

R = 38.8%
G = 57.04%
B = 4.16%

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

#A8F712 (or 0xA8F712) is known color: Spring Bud. HEX triplet: A8, F7 and 12. RGB value is (168,247,18). Sum of RGB (Red+Green+Blue) = 168+247+18=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F712 is #5708ED. Grayscale: #C6C6C6. Windows color (decimal): -5703918 or 1243048. OLE color: 1243048.

HSL color Cylindrical-coordinate representation of color #A8F712: hue angle of 80.7º degrees, saturation: 0.93, 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 #A8F712 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 247 18 -
CMYK 0.32 0 0.93 0.03
HSL 80.7º 0.93% 0.52% -
HSV(B) 80.7º 0.93% 0.97% -
XYZ 49.52 74.89 12.42 -
YUV 197.27 26.83 107.12 -
System Red Green Blue C M Y K H S L
Decimal 168 247 18 0.32 0 0.93 0.03 80.7 0.93 0.52
Hex A8 F7 12 20 0 5D 3 51 5D 34
Octal 250 367 22 40 0 135 3 121 135 64
Binary 10101000 11110111 10010 100000 0 1011101 11 1010001 1011101 110100

Color Harmonies of #A8F712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F712

Black with #A8F712

Text Example


Text Example

White with #A8F712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F712; }

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

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

background-color css

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

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

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

border-color css

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

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

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