#0CB654

Color #0CB654 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0CB654

Tints of Pigment Green #0CB654

Color information

#0CB654 (or 0x0CB654) is unknown color: approx Pigment Green. HEX triplet: 0C, B6 and 54. RGB value is (12,182,84). Sum of RGB (Red+Green+Blue) = 12+182+84=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 182 (71.48% from 255 or 65.47% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB654 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB654 is #F349AB. Grayscale: #787878. Windows color (decimal): -15944108 or 5551628. OLE color: 5551628.

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

Color convert

RGB1218284-
CMYK0.9300.540.29
HSL145.41º87.63%38.04%-
HSV(B)145.41º93.41%71.37%-
XYZ18.4834.1714.01-
YUV120107.6850.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.32%
GREEN value IS 182 (71.48% from 255) = 65.47%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=4.32%
G=65.47%
B=30.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12182840.9300.540.29145.4187.6338.04
HexCB6545D0361D915826
Octal142661241350663522113046
Binary11001011011010101001011101011011011101100100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CB654;
 }
 .AnyTagClassName
 {
   color: #0CB654;
 }
</style>
background-color css

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

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

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

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

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

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