#1CB95A

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

Shades of Pigment Green #1CB95A

Tints of Pigment Green #1CB95A

Color information

#1CB95A (or 0x1CB95A) is unknown color: approx Pigment Green. HEX triplet: 1C, B9 and 5A. RGB value is (28,185,90). Sum of RGB (Red+Green+Blue) = 28+185+90=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB95A is #E346A5. Grayscale: #7F7F7F. Windows color (decimal): -14894758 or 5945628. OLE color: 5945628.

HSL color Cylindrical-coordinate representation of color #1CB95A: hue angle of 143.69º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB95A is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB2818590-
CMYK0.8500.510.27
HSL143.69º73.71%41.76%-
HSV(B)143.69º84.86%72.55%-
XYZ19.6735.6815.52-
YUV127.23106.9957.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.24%
GREEN value IS 185 (72.66% from 255) = 61.06%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=9.24%
G=61.06%
B=29.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28185900.8500.510.27143.6973.7141.76
Hex1CB95A550331B904a2a
Octal342711321250633322011252
Binary111001011100110110101010101011001111011100100001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CB95A; }

 p { color: rgb(28,185,90); }

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

<style>
 a { background-color: #1CB95A; }

 a { background-color: rgb(28,185,90); }

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

<style>
 span { border-color: #1CB95A; }

 span { border-color: rgb(28,185,90); }

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