Html Css Color HEX #0CB15C Pigment Green

📋 copy color: '#0CB15C'

red 12 ◦ green 177 ◦ blue 92

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

Shades of Pigment Green #0CB15C

Tints of Pigment Green #0CB15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 4.27%
G = 62.99%
B = 32.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#0CB15C (or 0x0CB15C) is known color: Pigment Green. HEX triplet: 0C, B1 and 5C. RGB value is (12,177,92). Sum of RGB (Red+Green+Blue) = 12+177+92=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB15C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB15C is #F34EA3. Grayscale: #767676. Windows color (decimal): -15945380 or 6074636. OLE color: 6074636.

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

Color convert

RGB 12 177 92 -
CMYK 0.93 0 0.48 0.31
HSL 149.09º 0.87% 0.37% -
HSV(B) 149.09º 0.93% 0.69% -
XYZ 17.81 32.3 15.42 -
YUV 117.98 113.34 52.41 -
System Red Green Blue C M Y K H S L
Decimal 12 177 92 0.93 0 0.48 0.31 149.09 0.87 0.37
Hex C B1 5C 5D 0 30 1F 95 57 25
Octal 14 261 134 135 0 60 37 225 127 45
Binary 1100 10110001 1011100 1011101 0 110000 11111 10010101 1010111 100101

Color Harmonies of #0CB15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB15C

Black with #0CB15C

Text Example


Text Example

White with #0CB15C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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