Html Css Color HEX #0CF88E Medium Spring Green

📋 copy color: '#0CF88E'

red 12 ◦ green 248 ◦ blue 142

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

Shades of Medium Spring Green #0CF88E

Tints of Medium Spring Green #0CF88E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 61.69%

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 2.99%
G = 61.69%
B = 35.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#0CF88E (or 0x0CF88E) is known color: Medium Spring Green. HEX triplet: 0C, F8 and 8E. RGB value is (12,248,142). Sum of RGB (Red+Green+Blue) = 12+248+142=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 248 (97.27% from 255 or 61.69% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 248 - color contains mainly: green. Hex color #0CF88E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF88E is #F30771. Grayscale: #A5A5A5. Windows color (decimal): -15927154 or 9369612. OLE color: 9369612.

HSL color Cylindrical-coordinate representation of color #0CF88E: hue angle of 153.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF88E is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 12 248 142 -
CMYK 0.95 0 0.43 0.03
HSL 153.05º 0.94% 0.51% -
HSV(B) 153.05º 0.95% 0.97% -
XYZ 38.6 69.17 36.91 -
YUV 165.35 114.81 18.62 -
System Red Green Blue C M Y K H S L
Decimal 12 248 142 0.95 0 0.43 0.03 153.05 0.94 0.51
Hex C F8 8E 5F 0 2B 3 99 5E 33
Octal 14 370 216 137 0 53 3 231 136 63
Binary 1100 11111000 10001110 1011111 0 101011 11 10011001 1011110 110011

Color Harmonies of #0CF88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF88E

Black with #0CF88E

Text Example


Text Example

White with #0CF88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,248,142); }

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

background-color css

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

 a { background-color: rgb(12,248,142); }

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

border-color css

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

 span { border-color: rgb(12,248,142); }

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