Html Css Color HEX #0CFF99 Medium Spring Green

📋 copy color: '#0CFF99'

red 12 ◦ green 255 ◦ blue 153

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

Shades of Medium Spring Green #0CFF99

Tints of Medium Spring Green #0CFF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 2.86%
G = 60.71%
B = 36.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#0CFF99 (or 0x0CFF99) is known color: Medium Spring Green. HEX triplet: 0C, FF and 99. RGB value is (12,255,153). Sum of RGB (Red+Green+Blue) = 12+255+153=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF99 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF99 is #F30066. Grayscale: #AAAAAA. Windows color (decimal): -15925351 or 10092300. OLE color: 10092300.

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

Color convert

RGB 12 255 153 -
CMYK 0.95 0 0.4 0
HSL 154.81º 1% 0.52% -
HSV(B) 154.81º 0.95% 1% -
XYZ 41.66 73.9 42.2 -
YUV 170.72 117.99 14.79 -
System Red Green Blue C M Y K H S L
Decimal 12 255 153 0.95 0 0.4 0 154.81 1 0.52
Hex C FF 99 5F 0 28 0 9B 64 34
Octal 14 377 231 137 0 50 0 233 144 64
Binary 1100 11111111 10011001 1011111 0 101000 0 10011011 1100100 110100

Color Harmonies of #0CFF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF99

Black with #0CFF99

Text Example


Text Example

White with #0CFF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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