Html Css Color HEX #0CB857 Pigment Green

📋 copy color: '#0CB857'

red 12 ◦ green 184 ◦ blue 87

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

Shades of Pigment Green #0CB857

Tints of Pigment Green #0CB857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.74%

R = 4.24%
G = 65.02%
B = 30.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#0CB857 (or 0x0CB857) is known color: Pigment Green. HEX triplet: 0C, B8 and 57. RGB value is (12,184,87). Sum of RGB (Red+Green+Blue) = 12+184+87=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 184 (72.27% from 255 or 65.02% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB857 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB857 is #F347A8. Grayscale: #797979. Windows color (decimal): -15943593 or 5748748. OLE color: 5748748.

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

Color convert

RGB 12 184 87 -
CMYK 0.93 0 0.53 0.28
HSL 146.16º 0.88% 0.38% -
HSV(B) 146.16º 0.93% 0.72% -
XYZ 19.01 35.05 14.78 -
YUV 121.51 108.52 49.89 -
System Red Green Blue C M Y K H S L
Decimal 12 184 87 0.93 0 0.53 0.28 146.16 0.88 0.38
Hex C B8 57 5D 0 35 1C 92 58 26
Octal 14 270 127 135 0 65 34 222 130 46
Binary 1100 10111000 1010111 1011101 0 110101 11100 10010010 1011000 100110

Color Harmonies of #0CB857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB857

Black with #0CB857

Text Example


Text Example

White with #0CB857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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