Html Css Color HEX #0CB93E Dark Pastel Green

📋 copy color: '#0CB93E'

red 12 ◦ green 185 ◦ blue 62

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

Shades of Dark Pastel Green #0CB93E

Tints of Dark Pastel Green #0CB93E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 71.43%

 BLUE value IS 62 (24.61% from 255) = 23.94%

R = 4.63%
G = 71.43%
B = 23.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#0CB93E (or 0x0CB93E) is known color: Dark Pastel Green. HEX triplet: 0C, B9 and 3E. RGB value is (12,185,62). Sum of RGB (Red+Green+Blue) = 12+185+62=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 185 (72.66% from 255 or 71.43% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB93E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB93E is #F346C1. Grayscale: #777777. Windows color (decimal): -15943362 or 4110604. OLE color: 4110604.

HSL color Cylindrical-coordinate representation of color #0CB93E: hue angle of 137.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB93E is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 185 62 -
CMYK 0.94 0 0.66 0.27
HSL 137.34º 0.88% 0.39% -
HSV(B) 137.34º 0.94% 0.73% -
XYZ 18.37 35.12 10.37 -
YUV 119.25 95.69 51.5 -
System Red Green Blue C M Y K H S L
Decimal 12 185 62 0.94 0 0.66 0.27 137.34 0.88 0.39
Hex C B9 3E 5E 0 42 1B 89 58 27
Octal 14 271 76 136 0 102 33 211 130 47
Binary 1100 10111001 111110 1011110 0 1000010 11011 10001001 1011000 100111

Color Harmonies of #0CB93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB93E

Black with #0CB93E

Text Example


Text Example

White with #0CB93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,185,62); }

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

background-color css

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

 a { background-color: rgb(12,185,62); }

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

border-color css

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

 span { border-color: rgb(12,185,62); }

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