#1CA251

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

Shades of Pigment Green #1CA251

Tints of Pigment Green #1CA251

Color information

#1CA251 (or 0x1CA251) is unknown color: approx Pigment Green. HEX triplet: 1C, A2 and 51. RGB value is (28,162,81). Sum of RGB (Red+Green+Blue) = 28+162+81=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA251 is #E35DAE. Grayscale: #707070. Windows color (decimal): -14900655 or 5349916. OLE color: 5349916.

HSL color Cylindrical-coordinate representation of color #1CA251: hue angle of 143.73º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA251 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB2816281-
CMYK0.8300.500.36
HSL143.73º70.53%37.25%-
HSV(B)143.73º82.72%63.53%-
XYZ14.8826.6812.15-
YUV112.7110.1167.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 81 (32.03% from 255) = 29.89%
R=10.33%
G=59.78%
B=29.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28162810.8300.500.36143.7370.5337.25
Hex1CA2515303224904725
Octal342421211230624422010745
Binary1110010100010101000110100110110010100100100100001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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