Html Css Color HEX #0CB84C Dark Pastel Green

📋 copy color: '#0CB84C'

red 12 ◦ green 184 ◦ blue 76

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

Shades of Dark Pastel Green #0CB84C

Tints of Dark Pastel Green #0CB84C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 67.65%

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 4.41%
G = 67.65%
B = 27.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#0CB84C (or 0x0CB84C) is known color: Dark Pastel Green. HEX triplet: 0C, B8 and 4C. RGB value is (12,184,76). Sum of RGB (Red+Green+Blue) = 12+184+76=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 184 (72.27% from 255 or 67.65% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB84C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB84C is #F347B3. Grayscale: #787878. Windows color (decimal): -15943604 or 5027852. OLE color: 5027852.

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

Color convert

RGB 12 184 76 -
CMYK 0.93 0 0.59 0.28
HSL 142.33º 0.88% 0.38% -
HSV(B) 142.33º 0.93% 0.72% -
XYZ 18.6 34.88 12.59 -
YUV 120.26 103.02 50.78 -
System Red Green Blue C M Y K H S L
Decimal 12 184 76 0.93 0 0.59 0.28 142.33 0.88 0.38
Hex C B8 4C 5D 0 3B 1C 8E 58 26
Octal 14 270 114 135 0 73 34 216 130 46
Binary 1100 10111000 1001100 1011101 0 111011 11100 10001110 1011000 100110

Color Harmonies of #0CB84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB84C

Black with #0CB84C

Text Example


Text Example

White with #0CB84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,76); }

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

background-color css

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

 a { background-color: rgb(12,184,76); }

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

border-color css

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

 span { border-color: rgb(12,184,76); }

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