Html Css Color HEX #0CF990 Medium Spring Green

📋 copy color: '#0CF990'

red 12 ◦ green 249 ◦ blue 144

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

Shades of Medium Spring Green #0CF990

Tints of Medium Spring Green #0CF990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 2.96%
G = 61.48%
B = 35.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#0CF990 (or 0x0CF990) is known color: Medium Spring Green. HEX triplet: 0C, F9 and 90. RGB value is (12,249,144). Sum of RGB (Red+Green+Blue) = 12+249+144=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF990 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF990 is #F3066F. Grayscale: #A6A6A6. Windows color (decimal): -15926896 or 9500940. OLE color: 9500940.

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

Color convert

RGB 12 249 144 -
CMYK 0.95 0 0.42 0.02
HSL 153.42º 0.95% 0.51% -
HSV(B) 153.42º 0.95% 0.98% -
XYZ 39.06 69.84 37.81 -
YUV 166.17 115.48 18.04 -
System Red Green Blue C M Y K H S L
Decimal 12 249 144 0.95 0 0.42 0.02 153.42 0.95 0.51
Hex C F9 90 5F 0 2A 2 99 5F 33
Octal 14 371 220 137 0 52 2 231 137 63
Binary 1100 11111001 10010000 1011111 0 101010 10 10011001 1011111 110011

Color Harmonies of #0CF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF990

Black with #0CF990

Text Example


Text Example

White with #0CF990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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