#1CA952

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

Shades of Pigment Green #1CA952

Tints of Pigment Green #1CA952

Color information

#1CA952 (or 0x1CA952) is unknown color: approx Pigment Green. HEX triplet: 1C, A9 and 52. RGB value is (28,169,82). Sum of RGB (Red+Green+Blue) = 28+169+82=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 169 (66.41% from 255 or 60.57% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA952 is #E356AD. Grayscale: #757575. Windows color (decimal): -14898862 or 5417244. OLE color: 5417244.

HSL color Cylindrical-coordinate representation of color #1CA952: hue angle of 142.98º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA952 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB2816982-
CMYK0.8300.510.34
HSL142.98º71.57%38.63%-
HSV(B)142.98º83.43%66.27%-
XYZ16.1929.2312.77-
YUV116.92108.2964.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.04%
GREEN value IS 169 (66.41% from 255) = 60.57%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=10.04%
G=60.57%
B=29.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal28169820.8300.510.34142.9871.5738.63
Hex1CA95253033228f4827
Octal342511221230634221711047
Binary1110010101001101001010100110110011100010100011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,169,82); }

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

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

 a { background-color: rgb(28,169,82); }

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

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

 span { border-color: rgb(28,169,82); }

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