#1CA551

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

Shades of Pigment Green #1CA551

Tints of Pigment Green #1CA551

Color information

#1CA551 (or 0x1CA551) is unknown color: approx Pigment Green. HEX triplet: 1C, A5 and 51. RGB value is (28,165,81). Sum of RGB (Red+Green+Blue) = 28+165+81=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA551 is #E35AAE. Grayscale: #727272. Windows color (decimal): -14899887 or 5350684. OLE color: 5350684.

HSL color Cylindrical-coordinate representation of color #1CA551: hue angle of 143.21º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA551 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB2816581-
CMYK0.8300.510.35
HSL143.21º70.98%37.84%-
HSV(B)143.21º83.03%64.71%-
XYZ15.4227.7512.33-
YUV114.46109.1166.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.22%
GREEN value IS 165 (64.84% from 255) = 60.22%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=10.22%
G=60.22%
B=29.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28165810.8300.510.35143.2170.9837.84
Hex1CA55153033238f4726
Octal342451211230634321710746
Binary1110010100101101000110100110110011100011100011111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,165,81); }

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

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

 a { background-color: rgb(28,165,81); }

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

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

 span { border-color: rgb(28,165,81); }

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