Html Css Color HEX #0CFB8E Medium Spring Green

📋 copy color: '#0CFB8E'

red 12 ◦ green 251 ◦ blue 142

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

Shades of Medium Spring Green #0CFB8E

Tints of Medium Spring Green #0CFB8E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 61.98%

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

R = 2.96%
G = 61.98%
B = 35.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#0CFB8E (or 0x0CFB8E) is known color: Medium Spring Green. HEX triplet: 0C, FB and 8E. RGB value is (12,251,142). Sum of RGB (Red+Green+Blue) = 12+251+142=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 251 (98.44% from 255 or 61.98% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB8E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFB8E is #F30471. Grayscale: #A7A7A7. Windows color (decimal): -15926386 or 9370380. OLE color: 9370380.

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

Color convert

RGB 12 251 142 -
CMYK 0.95 0 0.43 0.02
HSL 152.64º 0.97% 0.52% -
HSV(B) 152.64º 0.95% 0.98% -
XYZ 39.53 71.03 37.22 -
YUV 167.11 113.82 17.36 -
System Red Green Blue C M Y K H S L
Decimal 12 251 142 0.95 0 0.43 0.02 152.64 0.97 0.52
Hex C FB 8E 5F 0 2B 2 99 61 34
Octal 14 373 216 137 0 53 2 231 141 64
Binary 1100 11111011 10001110 1011111 0 101011 10 10011001 1100001 110100

Color Harmonies of #0CFB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFB8E

Black with #0CFB8E

Text Example


Text Example

White with #0CFB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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