Html Css Color HEX #0CF88F Medium Spring Green

📋 copy color: '#0CF88F'

red 12 ◦ green 248 ◦ blue 143

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

Shades of Medium Spring Green #0CF88F

Tints of Medium Spring Green #0CF88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 2.98%
G = 61.54%
B = 35.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#0CF88F (or 0x0CF88F) is known color: Medium Spring Green. HEX triplet: 0C, F8 and 8F. RGB value is (12,248,143). Sum of RGB (Red+Green+Blue) = 12+248+143=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 248 (97.27% from 255 or 61.54% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 248 - color contains mainly: green. Hex color #0CF88F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF88F is #F30770. Grayscale: #A5A5A5. Windows color (decimal): -15927153 or 9435148. OLE color: 9435148.

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

Color convert

RGB 12 248 143 -
CMYK 0.95 0 0.42 0.03
HSL 153.31º 0.94% 0.51% -
HSV(B) 153.31º 0.95% 0.97% -
XYZ 38.68 69.2 37.3 -
YUV 165.47 115.31 18.54 -
System Red Green Blue C M Y K H S L
Decimal 12 248 143 0.95 0 0.42 0.03 153.31 0.94 0.51
Hex C F8 8F 5F 0 2A 3 99 5E 33
Octal 14 370 217 137 0 52 3 231 136 63
Binary 1100 11111000 10001111 1011111 0 101010 11 10011001 1011110 110011

Color Harmonies of #0CF88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF88F

Black with #0CF88F

Text Example


Text Example

White with #0CF88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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