Html Css Color HEX #0CFF92 Medium Spring Green

📋 copy color: '#0CFF92'

red 12 ◦ green 255 ◦ blue 146

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

Shades of Medium Spring Green #0CFF92

Tints of Medium Spring Green #0CFF92

RGB

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

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

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

R = 2.91%
G = 61.74%
B = 35.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#0CFF92 (or 0x0CFF92) is known color: Medium Spring Green. HEX triplet: 0C, FF and 92. RGB value is (12,255,146). Sum of RGB (Red+Green+Blue) = 12+255+146=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF92 is #F3006D. Grayscale: #AAAAAA. Windows color (decimal): -15925358 or 9633548. OLE color: 9633548.

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

Color convert

RGB 12 255 146 -
CMYK 0.95 0 0.43 0
HSL 153.09º 1% 0.52% -
HSV(B) 153.09º 0.95% 1% -
XYZ 41.1 73.67 39.25 -
YUV 169.92 114.49 15.36 -
System Red Green Blue C M Y K H S L
Decimal 12 255 146 0.95 0 0.43 0 153.09 1 0.52
Hex C FF 92 5F 0 2B 0 99 64 34
Octal 14 377 222 137 0 53 0 231 144 64
Binary 1100 11111111 10010010 1011111 0 101011 0 10011001 1100100 110100

Color Harmonies of #0CFF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF92

Black with #0CFF92

Text Example


Text Example

White with #0CFF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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