Html Css Color HEX #0CB159 Pigment Green

📋 copy color: '#0CB159'

red 12 ◦ green 177 ◦ blue 89

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

Shades of Pigment Green #0CB159

Tints of Pigment Green #0CB159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.01%

R = 4.32%
G = 63.67%
B = 32.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#0CB159 (or 0x0CB159) is known color: Pigment Green. HEX triplet: 0C, B1 and 59. RGB value is (12,177,89). Sum of RGB (Red+Green+Blue) = 12+177+89=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 177 (69.53% from 255 or 63.67% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB159 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB159 is #F34EA6. Grayscale: #757575. Windows color (decimal): -15945383 or 5878028. OLE color: 5878028.

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

Color convert

RGB 12 177 89 -
CMYK 0.93 0 0.50 0.31
HSL 148º 0.87% 0.37% -
HSV(B) 148º 0.93% 0.69% -
XYZ 17.68 32.24 14.74 -
YUV 117.63 111.84 52.66 -
System Red Green Blue C M Y K H S L
Decimal 12 177 89 0.93 0 0.50 0.31 148 0.87 0.37
Hex C B1 59 5D 0 32 1F 94 57 25
Octal 14 261 131 135 0 62 37 224 127 45
Binary 1100 10110001 1011001 1011101 0 110010 11111 10010100 1010111 100101

Color Harmonies of #0CB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB159

Black with #0CB159

Text Example


Text Example

White with #0CB159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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