Html Css Color HEX #95EC12 Spring Bud

📋 copy color: '#95EC12'

red 149 ◦ green 236 ◦ blue 18

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

Shades of Spring Bud #95EC12

Tints of Spring Bud #95EC12

RGB

 RED value IS 149 (58.59% from 255) = 36.97%

 GREEN value IS 236 (92.58% from 255) = 58.56%

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

R = 36.97%
G = 58.56%
B = 4.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#95EC12 (or 0x95EC12) is known color: Spring Bud. HEX triplet: 95, EC and 12. RGB value is (149,236,18). Sum of RGB (Red+Green+Blue) = 149+236+18=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 236 (92.58% from 255 or 58.56% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95EC12 is #6A13ED. Grayscale: #B9B9B9. Windows color (decimal): -6951918 or 1240213. OLE color: 1240213.

HSL color Cylindrical-coordinate representation of color #95EC12: hue angle of 83.94º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95EC12 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 236 18 -
CMYK 0.37 0 0.92 0.07
HSL 83.94º 0.86% 0.5% -
HSV(B) 83.94º 0.92% 0.93% -
XYZ 42.5 66.42 11.15 -
YUV 185.14 33.68 102.23 -
System Red Green Blue C M Y K H S L
Decimal 149 236 18 0.37 0 0.92 0.07 83.94 0.86 0.5
Hex 95 EC 12 25 0 5C 7 54 56 32
Octal 225 354 22 45 0 134 7 124 126 62
Binary 10010101 11101100 10010 100101 0 1011100 111 1010100 1010110 110010

Color Harmonies of #95EC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EC12

Black with #95EC12

Text Example


Text Example

White with #95EC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EC12; }

 p { color: rgb(149,236,18); }

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

background-color css

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

 a { background-color: rgb(149,236,18); }

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

border-color css

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

 span { border-color: rgb(149,236,18); }

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