Html Css Color HEX #0CFFBE Medium Spring Green

📋 copy color: '#0CFFBE'

red 12 ◦ green 255 ◦ blue 190

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

Shades of Medium Spring Green #0CFFBE

Tints of Medium Spring Green #0CFFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 2.63%
G = 55.8%
B = 41.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#0CFFBE (or 0x0CFFBE) is known color: Medium Spring Green. HEX triplet: 0C, FF and BE. RGB value is (12,255,190). Sum of RGB (Red+Green+Blue) = 12+255+190=457 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.63% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFBE is #F30041. Grayscale: #AEAEAE. Windows color (decimal): -15925314 or 12517132. OLE color: 12517132.

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

Color convert

RGB 12 255 190 -
CMYK 0.95 0 0.25 0
HSL 163.95º 1% 0.52% -
HSV(B) 163.95º 0.95% 1% -
XYZ 45.21 75.32 60.87 -
YUV 174.93 136.49 11.79 -
System Red Green Blue C M Y K H S L
Decimal 12 255 190 0.95 0 0.25 0 163.95 1 0.52
Hex C FF BE 5F 0 19 0 A4 64 34
Octal 14 377 276 137 0 31 0 244 144 64
Binary 1100 11111111 10111110 1011111 0 11001 0 10100100 1100100 110100

Color Harmonies of #0CFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFFBE

Black with #0CFFBE

Text Example


Text Example

White with #0CFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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