Html Css Color HEX #0CFEAE Medium Spring Green

📋 copy color: '#0CFEAE'

red 12 ◦ green 254 ◦ blue 174

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

Shades of Medium Spring Green #0CFEAE

Tints of Medium Spring Green #0CFEAE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.73%

 BLUE value IS 174 (68.36% from 255) = 39.55%

R = 2.73%
G = 57.73%
B = 39.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#0CFEAE (or 0x0CFEAE) is known color: Medium Spring Green. HEX triplet: 0C, FE and AE. RGB value is (12,254,174). Sum of RGB (Red+Green+Blue) = 12+254+174=440 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFEAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFEAE is #F30151. Grayscale: #ACACAC. Windows color (decimal): -15925586 or 11468300. OLE color: 11468300.

HSL color Cylindrical-coordinate representation of color #0CFEAE: hue angle of 160.17º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFEAE is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 12 254 174 -
CMYK 0.95 0 0.31 0.00
HSL 160.17º 0.99% 0.52% -
HSV(B) 160.17º 0.95% 1% -
XYZ 43.23 74.02 52.05 -
YUV 172.52 128.83 13.5 -
System Red Green Blue C M Y K H S L
Decimal 12 254 174 0.95 0 0.31 0.00 160.17 0.99 0.52
Hex C FE AE 5F 0 1F 0 A0 63 34
Octal 14 376 256 137 0 37 0 240 143 64
Binary 1100 11111110 10101110 1011111 0 11111 0 10100000 1100011 110100

Color Harmonies of #0CFEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFEAE

Black with #0CFEAE

Text Example


Text Example

White with #0CFEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,254,174); }

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

background-color css

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

 a { background-color: rgb(12,254,174); }

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

border-color css

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

 span { border-color: rgb(12,254,174); }

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