Html Css Color HEX #0CF0AF Medium Spring Green

📋 copy color: '#0CF0AF'

red 12 ◦ green 240 ◦ blue 175

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

Shades of Medium Spring Green #0CF0AF

Tints of Medium Spring Green #0CF0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 56.21%

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 2.81%
G = 56.21%
B = 40.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#0CF0AF (or 0x0CF0AF) is known color: Medium Spring Green. HEX triplet: 0C, F0 and AF. RGB value is (12,240,175). Sum of RGB (Red+Green+Blue) = 12+240+175=427 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.81% from 427); Green value is 240 (94.14% from 255 or 56.21% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF0AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF0AF is #F30F50. Grayscale: #A4A4A4. Windows color (decimal): -15929169 or 11530252. OLE color: 11530252.

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

Color convert

RGB 12 240 175 -
CMYK 0.95 0 0.27 0.06
HSL 162.89º 0.9% 0.49% -
HSV(B) 162.89º 0.95% 0.94% -
XYZ 39.05 65.49 51.14 -
YUV 164.42 133.96 19.29 -
System Red Green Blue C M Y K H S L
Decimal 12 240 175 0.95 0 0.27 0.06 162.89 0.9 0.49
Hex C F0 AF 5F 0 1B 6 A3 5A 31
Octal 14 360 257 137 0 33 6 243 132 61
Binary 1100 11110000 10101111 1011111 0 11011 110 10100011 1011010 110001

Color Harmonies of #0CF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF0AF

Black with #0CF0AF

Text Example


Text Example

White with #0CF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,240,175); }

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

background-color css

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

 a { background-color: rgb(12,240,175); }

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

border-color css

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

 span { border-color: rgb(12,240,175); }

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