Html Css Color HEX #0CFF95 Medium Spring Green

📋 copy color: '#0CFF95'

red 12 ◦ green 255 ◦ blue 149

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

Shades of Medium Spring Green #0CFF95

Tints of Medium Spring Green #0CFF95

RGB

 RED value IS 12 (5.08% from 255) = 2.88%

 GREEN value IS 255 (100% from 255) = 61.3%

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 2.88%
G = 61.3%
B = 35.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#0CFF95 (or 0x0CFF95) is known color: Medium Spring Green. HEX triplet: 0C, FF and 95. RGB value is (12,255,149). Sum of RGB (Red+Green+Blue) = 12+255+149=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF95 is #F3006A. Grayscale: #AAAAAA. Windows color (decimal): -15925355 or 9830156. OLE color: 9830156.

HSL color Cylindrical-coordinate representation of color #0CFF95: hue angle of 153.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF95 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 12 255 149 -
CMYK 0.95 0 0.42 0
HSL 153.83º 1% 0.52% -
HSV(B) 153.83º 0.95% 1% -
XYZ 41.34 73.77 40.49 -
YUV 170.26 115.99 15.12 -
System Red Green Blue C M Y K H S L
Decimal 12 255 149 0.95 0 0.42 0 153.83 1 0.52
Hex C FF 95 5F 0 2A 0 9A 64 34
Octal 14 377 225 137 0 52 0 232 144 64
Binary 1100 11111111 10010101 1011111 0 101010 0 10011010 1100100 110100

Color Harmonies of #0CFF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF95

Black with #0CFF95

Text Example


Text Example

White with #0CFF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CFF95; }

 p { color: rgb(12,255,149); }

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

background-color css

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

 a { background-color: rgb(12,255,149); }

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

border-color css

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

 span { border-color: rgb(12,255,149); }

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