Html Css Color HEX #0CFF96 Medium Spring Green

📋 copy color: '#0CFF96'

red 12 ◦ green 255 ◦ blue 150

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

Shades of Medium Spring Green #0CFF96

Tints of Medium Spring Green #0CFF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 2.88%
G = 61.15%
B = 35.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#0CFF96 (or 0x0CFF96) is known color: Medium Spring Green. HEX triplet: 0C, FF and 96. RGB value is (12,255,150). Sum of RGB (Red+Green+Blue) = 12+255+150=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF96 is #F30069. Grayscale: #AAAAAA. Windows color (decimal): -15925354 or 9895692. OLE color: 9895692.

HSL color Cylindrical-coordinate representation of color #0CFF96: hue angle of 154.07º 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 #0CFF96 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 12 255 150 -
CMYK 0.95 0 0.41 0
HSL 154.07º 1% 0.52% -
HSV(B) 154.07º 0.95% 1% -
XYZ 41.42 73.8 40.92 -
YUV 170.37 116.49 15.04 -
System Red Green Blue C M Y K H S L
Decimal 12 255 150 0.95 0 0.41 0 154.07 1 0.52
Hex C FF 96 5F 0 29 0 9A 64 34
Octal 14 377 226 137 0 51 0 232 144 64
Binary 1100 11111111 10010110 1011111 0 101001 0 10011010 1100100 110100

Color Harmonies of #0CFF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF96

Black with #0CFF96

Text Example


Text Example

White with #0CFF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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