Html Css Color HEX #0CE67D Spring Green

📋 copy color: '#0CE67D'

red 12 ◦ green 230 ◦ blue 125

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

Shades of Spring Green #0CE67D

Tints of Spring Green #0CE67D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 62.67%

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

R = 3.27%
G = 62.67%
B = 34.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#0CE67D (or 0x0CE67D) is known color: Spring Green. HEX triplet: 0C, E6 and 7D. RGB value is (12,230,125). Sum of RGB (Red+Green+Blue) = 12+230+125=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 230 (90.23% from 255 or 62.67% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE67D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CE67D is #F31982. Grayscale: #999999. Windows color (decimal): -15931779 or 8250892. OLE color: 8250892.

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

Color convert

RGB 12 230 125 -
CMYK 0.95 0 0.46 0.10
HSL 151.1º 0.9% 0.47% -
HSV(B) 151.1º 0.95% 0.9% -
XYZ 32.15 58.15 28.93 -
YUV 152.85 112.28 27.54 -
System Red Green Blue C M Y K H S L
Decimal 12 230 125 0.95 0 0.46 0.10 151.1 0.9 0.47
Hex C E6 7D 5F 0 2E A 97 5A 2F
Octal 14 346 175 137 0 56 12 227 132 57
Binary 1100 11100110 1111101 1011111 0 101110 1010 10010111 1011010 101111

Color Harmonies of #0CE67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE67D

Black with #0CE67D

Text Example


Text Example

White with #0CE67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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