Html Css Color HEX #0CB157 Pigment Green

📋 copy color: '#0CB157'

red 12 ◦ green 177 ◦ blue 87

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

Shades of Pigment Green #0CB157

Tints of Pigment Green #0CB157

RGB

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

 GREEN value IS 177 (69.53% from 255) = 64.13%

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

R = 4.35%
G = 64.13%
B = 31.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#0CB157 (or 0x0CB157) is known color: Pigment Green. HEX triplet: 0C, B1 and 57. RGB value is (12,177,87). Sum of RGB (Red+Green+Blue) = 12+177+87=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 177 (69.53% from 255 or 64.13% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB157 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB157 is #F34EA8. Grayscale: #757575. Windows color (decimal): -15945385 or 5746956. OLE color: 5746956.

HSL color Cylindrical-coordinate representation of color #0CB157: hue angle of 147.27º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB157 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 177 87 -
CMYK 0.93 0 0.51 0.31
HSL 147.27º 0.87% 0.37% -
HSV(B) 147.27º 0.93% 0.69% -
XYZ 17.59 32.21 14.31 -
YUV 117.41 110.84 52.82 -
System Red Green Blue C M Y K H S L
Decimal 12 177 87 0.93 0 0.51 0.31 147.27 0.87 0.37
Hex C B1 57 5D 0 33 1F 93 57 25
Octal 14 261 127 135 0 63 37 223 127 45
Binary 1100 10110001 1010111 1011101 0 110011 11111 10010011 1010111 100101

Color Harmonies of #0CB157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB157

Black with #0CB157

Text Example


Text Example

White with #0CB157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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