Html Css Color HEX #0CFAA4 Medium Spring Green

📋 copy color: '#0CFAA4'

red 12 ◦ green 250 ◦ blue 164

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

Shades of Medium Spring Green #0CFAA4

Tints of Medium Spring Green #0CFAA4

RGB

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

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

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

R = 2.82%
G = 58.69%
B = 38.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#0CFAA4 (or 0x0CFAA4) is known color: Medium Spring Green. HEX triplet: 0C, FA and A4. RGB value is (12,250,164). Sum of RGB (Red+Green+Blue) = 12+250+164=426 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFAA4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFAA4 is #F3055B. Grayscale: #A9A9A9. Windows color (decimal): -15926620 or 10811916. OLE color: 10811916.

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

Color convert

RGB 12 250 164 -
CMYK 0.95 0 0.34 0.02
HSL 158.32º 0.96% 0.51% -
HSV(B) 158.32º 0.95% 0.98% -
XYZ 41.04 71.13 46.69 -
YUV 169.03 125.15 15.99 -
System Red Green Blue C M Y K H S L
Decimal 12 250 164 0.95 0 0.34 0.02 158.32 0.96 0.51
Hex C FA A4 5F 0 22 2 9E 60 33
Octal 14 372 244 137 0 42 2 236 140 63
Binary 1100 11111010 10100100 1011111 0 100010 10 10011110 1100000 110011

Color Harmonies of #0CFAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFAA4

Black with #0CFAA4

Text Example


Text Example

White with #0CFAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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