Html Css Color HEX #0CB658 Pigment Green

📋 copy color: '#0CB658'

red 12 ◦ green 182 ◦ blue 88

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

Shades of Pigment Green #0CB658

Tints of Pigment Green #0CB658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 4.26%
G = 64.54%
B = 31.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#0CB658 (or 0x0CB658) is known color: Pigment Green. HEX triplet: 0C, B6 and 58. RGB value is (12,182,88). Sum of RGB (Red+Green+Blue) = 12+182+88=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 182 (71.48% from 255 or 64.54% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB658 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB658 is #F349A7. Grayscale: #787878. Windows color (decimal): -15944104 or 5813772. OLE color: 5813772.

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

Color convert

RGB 12 182 88 -
CMYK 0.93 0 0.52 0.29
HSL 146.82º 0.88% 0.38% -
HSV(B) 146.82º 0.93% 0.71% -
XYZ 18.64 34.24 14.86 -
YUV 120.45 109.68 50.64 -
System Red Green Blue C M Y K H S L
Decimal 12 182 88 0.93 0 0.52 0.29 146.82 0.88 0.38
Hex C B6 58 5D 0 34 1D 93 58 26
Octal 14 266 130 135 0 64 35 223 130 46
Binary 1100 10110110 1011000 1011101 0 110100 11101 10010011 1011000 100110

Color Harmonies of #0CB658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB658

Black with #0CB658

Text Example


Text Example

White with #0CB658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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