Html Css Color HEX #0CE573 Spring Green

📋 copy color: '#0CE573'

red 12 ◦ green 229 ◦ blue 115

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

Shades of Spring Green #0CE573

Tints of Spring Green #0CE573

RGB

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

 GREEN value IS 229 (89.84% from 255) = 64.33%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 3.37%
G = 64.33%
B = 32.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#0CE573 (or 0x0CE573) is known color: Spring Green. HEX triplet: 0C, E5 and 73. RGB value is (12,229,115). Sum of RGB (Red+Green+Blue) = 12+229+115=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 229 (89.84% from 255 or 64.33% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE573 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE573 is #F31A8C. Grayscale: #979797. Windows color (decimal): -15932045 or 7595276. OLE color: 7595276.

HSL color Cylindrical-coordinate representation of color #0CE573: hue angle of 148.48º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE573 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 12 229 115 -
CMYK 0.95 0 0.50 0.10
HSL 148.48º 0.9% 0.47% -
HSV(B) 148.48º 0.95% 0.9% -
XYZ 31.27 57.35 25.64 -
YUV 151.12 107.61 28.77 -
System Red Green Blue C M Y K H S L
Decimal 12 229 115 0.95 0 0.50 0.10 148.48 0.9 0.47
Hex C E5 73 5F 0 32 A 94 5A 2F
Octal 14 345 163 137 0 62 12 224 132 57
Binary 1100 11100101 1110011 1011111 0 110010 1010 10010100 1011010 101111

Color Harmonies of #0CE573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE573

Black with #0CE573

Text Example


Text Example

White with #0CE573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,229,115); }

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

background-color css

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

 a { background-color: rgb(12,229,115); }

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

border-color css

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

 span { border-color: rgb(12,229,115); }

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