Html Css Color HEX #0CFCA7 Medium Spring Green

📋 copy color: '#0CFCA7'

red 12 ◦ green 252 ◦ blue 167

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

Shades of Medium Spring Green #0CFCA7

Tints of Medium Spring Green #0CFCA7

RGB

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

 GREEN value IS 252 (98.83% from 255) = 58.47%

 BLUE value IS 167 (65.63% from 255) = 38.75%

R = 2.78%
G = 58.47%
B = 38.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#0CFCA7 (or 0x0CFCA7) is known color: Medium Spring Green. HEX triplet: 0C, FC and A7. RGB value is (12,252,167). Sum of RGB (Red+Green+Blue) = 12+252+167=431 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.78% from 431); Green value is 252 (98.83% from 255 or 58.47% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFCA7 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFCA7 is #F30358. Grayscale: #AAAAAA. Windows color (decimal): -15926105 or 11009036. OLE color: 11009036.

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

Color convert

RGB 12 252 167 -
CMYK 0.95 0 0.34 0.01
HSL 158.75º 0.98% 0.52% -
HSV(B) 158.75º 0.95% 0.99% -
XYZ 41.94 72.49 48.34 -
YUV 170.55 125.99 14.91 -
System Red Green Blue C M Y K H S L
Decimal 12 252 167 0.95 0 0.34 0.01 158.75 0.98 0.52
Hex C FC A7 5F 0 22 1 9F 62 34
Octal 14 374 247 137 0 42 1 237 142 64
Binary 1100 11111100 10100111 1011111 0 100010 1 10011111 1100010 110100

Color Harmonies of #0CFCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFCA7

Black with #0CFCA7

Text Example


Text Example

White with #0CFCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,252,167); }

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

background-color css

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

 a { background-color: rgb(12,252,167); }

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

border-color css

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

 span { border-color: rgb(12,252,167); }

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