Html Css Color HEX #A8FD12 Spring Bud

📋 copy color: '#A8FD12'

red 168 ◦ green 253 ◦ blue 18

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

Shades of Spring Bud #A8FD12

Tints of Spring Bud #A8FD12

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.63%

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

R = 38.27%
G = 57.63%
B = 4.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#A8FD12 (or 0xA8FD12) is known color: Spring Bud. HEX triplet: A8, FD and 12. RGB value is (168,253,18). Sum of RGB (Red+Green+Blue) = 168+253+18=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 253 (99.22% from 255 or 57.63% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FD12 is #5702ED. Grayscale: #C9C9C9. Windows color (decimal): -5702382 or 1244584. OLE color: 1244584.

HSL color Cylindrical-coordinate representation of color #A8FD12: hue angle of 81.7º 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 #A8FD12 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 18 -
CMYK 0.34 0 0.93 0.01
HSL 81.7º 0.98% 0.53% -
HSV(B) 81.7º 0.93% 0.99% -
XYZ 51.38 78.62 13.04 -
YUV 200.8 24.84 104.61 -
System Red Green Blue C M Y K H S L
Decimal 168 253 18 0.34 0 0.93 0.01 81.7 0.98 0.53
Hex A8 FD 12 22 0 5D 1 52 62 35
Octal 250 375 22 42 0 135 1 122 142 65
Binary 10101000 11111101 10010 100010 0 1011101 1 1010010 1100010 110101

Color Harmonies of #A8FD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD12

Black with #A8FD12

Text Example


Text Example

White with #A8FD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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