Html Css Color HEX #0CFAA9 Medium Spring Green

📋 copy color: '#0CFAA9'

red 12 ◦ green 250 ◦ blue 169

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

Shades of Medium Spring Green #0CFAA9

Tints of Medium Spring Green #0CFAA9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58%

 BLUE value IS 169 (66.41% from 255) = 39.21%

R = 2.78%
G = 58%
B = 39.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#0CFAA9 (or 0x0CFAA9) is known color: Medium Spring Green. HEX triplet: 0C, FA and A9. RGB value is (12,250,169). Sum of RGB (Red+Green+Blue) = 12+250+169=431 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.78% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFAA9 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFAA9 is #F30556. Grayscale: #A9A9A9. Windows color (decimal): -15926615 or 11139596. OLE color: 11139596.

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

Color convert

RGB 12 250 169 -
CMYK 0.95 0 0.32 0.02
HSL 159.58º 0.96% 0.51% -
HSV(B) 159.58º 0.95% 0.98% -
XYZ 41.5 71.31 49.11 -
YUV 169.6 127.65 15.59 -
System Red Green Blue C M Y K H S L
Decimal 12 250 169 0.95 0 0.32 0.02 159.58 0.96 0.51
Hex C FA A9 5F 0 20 2 A0 60 33
Octal 14 372 251 137 0 40 2 240 140 63
Binary 1100 11111010 10101001 1011111 0 100000 10 10100000 1100000 110011

Color Harmonies of #0CFAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFAA9

Black with #0CFAA9

Text Example


Text Example

White with #0CFAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,250,169); }

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

background-color css

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

 a { background-color: rgb(12,250,169); }

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

border-color css

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

 span { border-color: rgb(12,250,169); }

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