Html Css Color HEX #0CB84E Dark Pastel Green

📋 copy color: '#0CB84E'

red 12 ◦ green 184 ◦ blue 78

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

Shades of Dark Pastel Green #0CB84E

Tints of Dark Pastel Green #0CB84E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.47%

R = 4.38%
G = 67.15%
B = 28.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#0CB84E (or 0x0CB84E) is known color: Dark Pastel Green. HEX triplet: 0C, B8 and 4E. RGB value is (12,184,78). Sum of RGB (Red+Green+Blue) = 12+184+78=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 184 (72.27% from 255 or 67.15% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB84E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB84E is #F347B1. Grayscale: #787878. Windows color (decimal): -15943602 or 5158924. OLE color: 5158924.

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

Color convert

RGB 12 184 78 -
CMYK 0.93 0 0.58 0.28
HSL 143.02º 0.88% 0.38% -
HSV(B) 143.02º 0.93% 0.72% -
XYZ 18.67 34.91 12.96 -
YUV 120.49 104.02 50.62 -
System Red Green Blue C M Y K H S L
Decimal 12 184 78 0.93 0 0.58 0.28 143.02 0.88 0.38
Hex C B8 4E 5D 0 3A 1C 8F 58 26
Octal 14 270 116 135 0 72 34 217 130 46
Binary 1100 10111000 1001110 1011101 0 111010 11100 10001111 1011000 100110

Color Harmonies of #0CB84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB84E

Black with #0CB84E

Text Example


Text Example

White with #0CB84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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