Html Css Color HEX #0CB63D Dark Pastel Green

📋 copy color: '#0CB63D'

red 12 ◦ green 182 ◦ blue 61

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

Shades of Dark Pastel Green #0CB63D

Tints of Dark Pastel Green #0CB63D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 71.37%

 BLUE value IS 61 (24.22% from 255) = 23.92%

R = 4.71%
G = 71.37%
B = 23.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#0CB63D (or 0x0CB63D) is known color: Dark Pastel Green. HEX triplet: 0C, B6 and 3D. RGB value is (12,182,61). Sum of RGB (Red+Green+Blue) = 12+182+61=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 182 (71.48% from 255 or 71.37% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB63D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB63D is #F349C2. Grayscale: #757575. Windows color (decimal): -15944131 or 4044300. OLE color: 4044300.

HSL color Cylindrical-coordinate representation of color #0CB63D: hue angle of 137.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB63D is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 182 61 -
CMYK 0.93 0 0.66 0.29
HSL 137.29º 0.88% 0.38% -
HSV(B) 137.29º 0.93% 0.71% -
XYZ 17.72 33.87 10.02 -
YUV 117.38 96.18 52.84 -
System Red Green Blue C M Y K H S L
Decimal 12 182 61 0.93 0 0.66 0.29 137.29 0.88 0.38
Hex C B6 3D 5D 0 42 1D 89 58 26
Octal 14 266 75 135 0 102 35 211 130 46
Binary 1100 10110110 111101 1011101 0 1000010 11101 10001001 1011000 100110

Color Harmonies of #0CB63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB63D

Black with #0CB63D

Text Example


Text Example

White with #0CB63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,182,61); }

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

background-color css

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

 a { background-color: rgb(12,182,61); }

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

border-color css

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

 span { border-color: rgb(12,182,61); }

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