Html Css Color HEX #0CEFA4 Medium Spring Green

📋 copy color: '#0CEFA4'

red 12 ◦ green 239 ◦ blue 164

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

Shades of Medium Spring Green #0CEFA4

Tints of Medium Spring Green #0CEFA4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.59%

 BLUE value IS 164 (64.45% from 255) = 39.52%

R = 2.89%
G = 57.59%
B = 39.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#0CEFA4 (or 0x0CEFA4) is known color: Medium Spring Green. HEX triplet: 0C, EF and A4. RGB value is (12,239,164). Sum of RGB (Red+Green+Blue) = 12+239+164=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEFA4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEFA4 is #F3105B. Grayscale: #A2A2A2. Windows color (decimal): -15929436 or 10809100. OLE color: 10809100.

HSL color Cylindrical-coordinate representation of color #0CEFA4: hue angle of 160.18º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEFA4 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 239 164 -
CMYK 0.95 0 0.31 0.06
HSL 160.18º 0.9% 0.49% -
HSV(B) 160.18º 0.95% 0.94% -
XYZ 37.72 64.49 45.58 -
YUV 162.58 128.79 20.6 -
System Red Green Blue C M Y K H S L
Decimal 12 239 164 0.95 0 0.31 0.06 160.18 0.9 0.49
Hex C EF A4 5F 0 1F 6 A0 5A 31
Octal 14 357 244 137 0 37 6 240 132 61
Binary 1100 11101111 10100100 1011111 0 11111 110 10100000 1011010 110001

Color Harmonies of #0CEFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEFA4

Black with #0CEFA4

Text Example


Text Example

White with #0CEFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,239,164); }

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

background-color css

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

 a { background-color: rgb(12,239,164); }

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

border-color css

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

 span { border-color: rgb(12,239,164); }

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