Html Css Color HEX #0CB64D Dark Pastel Green

📋 copy color: '#0CB64D'

red 12 ◦ green 182 ◦ blue 77

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

Shades of Dark Pastel Green #0CB64D

Tints of Dark Pastel Green #0CB64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 4.43%
G = 67.16%
B = 28.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#0CB64D (or 0x0CB64D) is known color: Dark Pastel Green. HEX triplet: 0C, B6 and 4D. RGB value is (12,182,77). Sum of RGB (Red+Green+Blue) = 12+182+77=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 182 (71.48% from 255 or 67.16% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB64D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB64D is #F349B2. Grayscale: #777777. Windows color (decimal): -15944115 or 5092876. OLE color: 5092876.

HSL color Cylindrical-coordinate representation of color #0CB64D: hue angle of 142.94º 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 #0CB64D is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 182 77 -
CMYK 0.93 0 0.58 0.29
HSL 142.94º 0.88% 0.38% -
HSV(B) 142.94º 0.93% 0.71% -
XYZ 18.22 34.07 12.64 -
YUV 119.2 104.18 51.54 -
System Red Green Blue C M Y K H S L
Decimal 12 182 77 0.93 0 0.58 0.29 142.94 0.88 0.38
Hex C B6 4D 5D 0 3A 1D 8F 58 26
Octal 14 266 115 135 0 72 35 217 130 46
Binary 1100 10110110 1001101 1011101 0 111010 11101 10001111 1011000 100110

Color Harmonies of #0CB64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB64D

Black with #0CB64D

Text Example


Text Example

White with #0CB64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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