Html Css Color HEX #0CE27D Spring Green

📋 copy color: '#0CE27D'

red 12 ◦ green 226 ◦ blue 125

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

Shades of Spring Green #0CE27D

Tints of Spring Green #0CE27D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 62.26%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 3.31%
G = 62.26%
B = 34.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#0CE27D (or 0x0CE27D) is known color: Spring Green. HEX triplet: 0C, E2 and 7D. RGB value is (12,226,125). Sum of RGB (Red+Green+Blue) = 12+226+125=363 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 363); Green value is 226 (88.67% from 255 or 62.26% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 226 - color contains mainly: green. Hex color #0CE27D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE27D is #F31D82. Grayscale: #969696. Windows color (decimal): -15932803 or 8249868. OLE color: 8249868.

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

Color convert

RGB 12 226 125 -
CMYK 0.95 0 0.45 0.11
HSL 151.68º 0.9% 0.47% -
HSV(B) 151.68º 0.95% 0.89% -
XYZ 31.05 55.95 28.57 -
YUV 150.5 113.6 29.21 -
System Red Green Blue C M Y K H S L
Decimal 12 226 125 0.95 0 0.45 0.11 151.68 0.9 0.47
Hex C E2 7D 5F 0 2D B 98 5A 2F
Octal 14 342 175 137 0 55 13 230 132 57
Binary 1100 11100010 1111101 1011111 0 101101 1011 10011000 1011010 101111

Color Harmonies of #0CE27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE27D

Black with #0CE27D

Text Example


Text Example

White with #0CE27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,226,125); }

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

background-color css

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

 a { background-color: rgb(12,226,125); }

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

border-color css

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

 span { border-color: rgb(12,226,125); }

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