Html Css Color HEX #0CF992 Medium Spring Green

📋 copy color: '#0CF992'

red 12 ◦ green 249 ◦ blue 146

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

Shades of Medium Spring Green #0CF992

Tints of Medium Spring Green #0CF992

RGB

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

 GREEN value IS 249 (97.66% from 255) = 61.18%

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 2.95%
G = 61.18%
B = 35.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#0CF992 (or 0x0CF992) is known color: Medium Spring Green. HEX triplet: 0C, F9 and 92. RGB value is (12,249,146). Sum of RGB (Red+Green+Blue) = 12+249+146=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 249 (97.66% from 255 or 61.18% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF992 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF992 is #F3066D. Grayscale: #A6A6A6. Windows color (decimal): -15926894 or 9632012. OLE color: 9632012.

HSL color Cylindrical-coordinate representation of color #0CF992: hue angle of 153.92º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF992 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 249 146 -
CMYK 0.95 0 0.41 0.02
HSL 153.92º 0.95% 0.51% -
HSV(B) 153.92º 0.95% 0.98% -
XYZ 39.22 69.9 38.62 -
YUV 166.4 116.48 17.88 -
System Red Green Blue C M Y K H S L
Decimal 12 249 146 0.95 0 0.41 0.02 153.92 0.95 0.51
Hex C F9 92 5F 0 29 2 9A 5F 33
Octal 14 371 222 137 0 51 2 232 137 63
Binary 1100 11111001 10010010 1011111 0 101001 10 10011010 1011111 110011

Color Harmonies of #0CF992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF992

Black with #0CF992

Text Example


Text Example

White with #0CF992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,249,146); }

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

background-color css

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

 a { background-color: rgb(12,249,146); }

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

border-color css

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

 span { border-color: rgb(12,249,146); }

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