#1CB85E

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

Shades of Pigment Green #1CB85E

Tints of Pigment Green #1CB85E

Color information

#1CB85E (or 0x1CB85E) is unknown color: approx Pigment Green. HEX triplet: 1C, B8 and 5E. RGB value is (28,184,94). Sum of RGB (Red+Green+Blue) = 28+184+94=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB85E is #E347A1. Grayscale: #7F7F7F. Windows color (decimal): -14895010 or 6207516. OLE color: 6207516.

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

Color convert

RGB2818494-
CMYK0.8500.490.28
HSL145.38º73.58%41.57%-
HSV(B)145.38º84.78%72.16%-
XYZ19.6435.3416.38-
YUV127.1109.3257.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.15%
GREEN value IS 184 (72.27% from 255) = 60.13%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=9.15%
G=60.13%
B=30.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal28184940.8500.490.28145.3873.5841.57
Hex1CB85E550311C914a2a
Octal342701361250613422111252
Binary111001011100010111101010101011000111100100100011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,184,94); }

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

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

 a { background-color: rgb(28,184,94); }

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

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

 span { border-color: rgb(28,184,94); }

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