Html Css Color HEX #A8FC12 Spring Bud

📋 copy color: '#A8FC12'

red 168 ◦ green 252 ◦ blue 18

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

Shades of Spring Bud #A8FC12

Tints of Spring Bud #A8FC12

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.53%

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

R = 38.36%
G = 57.53%
B = 4.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#A8FC12 (or 0xA8FC12) is known color: Spring Bud. HEX triplet: A8, FC and 12. RGB value is (168,252,18). Sum of RGB (Red+Green+Blue) = 168+252+18=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 252 (98.83% from 255 or 57.53% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FC12 is #5703ED. Grayscale: #C9C9C9. Windows color (decimal): -5702638 or 1244328. OLE color: 1244328.

HSL color Cylindrical-coordinate representation of color #A8FC12: hue angle of 81.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8FC12 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 252 18 -
CMYK 0.33 0 0.93 0.01
HSL 81.54º 0.98% 0.53% -
HSV(B) 81.54º 0.93% 0.99% -
XYZ 51.07 77.99 12.93 -
YUV 200.21 25.17 105.03 -
System Red Green Blue C M Y K H S L
Decimal 168 252 18 0.33 0 0.93 0.01 81.54 0.98 0.53
Hex A8 FC 12 21 0 5D 1 52 62 35
Octal 250 374 22 41 0 135 1 122 142 65
Binary 10101000 11111100 10010 100001 0 1011101 1 1010010 1100010 110101

Color Harmonies of #A8FC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FC12

Black with #A8FC12

Text Example


Text Example

White with #A8FC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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