Html Css Color HEX #0CFAA7 Medium Spring Green

📋 copy color: '#0CFAA7'

red 12 ◦ green 250 ◦ blue 167

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

Shades of Medium Spring Green #0CFAA7

Tints of Medium Spring Green #0CFAA7

RGB

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

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

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

R = 2.8%
G = 58.28%
B = 38.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#0CFAA7 (or 0x0CFAA7) is known color: Medium Spring Green. HEX triplet: 0C, FA and A7. RGB value is (12,250,167). Sum of RGB (Red+Green+Blue) = 12+250+167=429 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 429); Green value is 250 (98.05% from 255 or 58.28% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFAA7 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFAA7 is #F30558. Grayscale: #A9A9A9. Windows color (decimal): -15926617 or 11008524. OLE color: 11008524.

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

Color convert

RGB 12 250 167 -
CMYK 0.95 0 0.33 0.02
HSL 159.08º 0.96% 0.51% -
HSV(B) 159.08º 0.95% 0.98% -
XYZ 41.31 71.24 48.13 -
YUV 169.38 126.65 15.75 -
System Red Green Blue C M Y K H S L
Decimal 12 250 167 0.95 0 0.33 0.02 159.08 0.96 0.51
Hex C FA A7 5F 0 21 2 9F 60 33
Octal 14 372 247 137 0 41 2 237 140 63
Binary 1100 11111010 10100111 1011111 0 100001 10 10011111 1100000 110011

Color Harmonies of #0CFAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFAA7

Black with #0CFAA7

Text Example


Text Example

White with #0CFAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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