Html Css Color HEX #1CAB56 Pigment Green

📋 copy color: '#1CAB56'

red 28 ◦ green 171 ◦ blue 86

#1CAB56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #1CAB56

Tints of Pigment Green #1CAB56

RGB

 RED value IS 28 (11.33% from 255) = 9.82%

 GREEN value IS 171 (67.19% from 255) = 60%

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 9.82%
G = 60%
B = 30.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#1CAB56 (or 0x1CAB56) is known color: Pigment Green. HEX triplet: 1C, AB and 56. RGB value is (28,171,86). Sum of RGB (Red+Green+Blue) = 28+171+86=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAB56 is #E354A9. Grayscale: #767676. Windows color (decimal): -14898346 or 5679900. OLE color: 5679900.

HSL color Cylindrical-coordinate representation of color #1CAB56: hue angle of 144.34º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAB56 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 171 86 -
CMYK 0.84 0 0.50 0.33
HSL 144.34º 0.72% 0.39% -
HSV(B) 144.34º 0.84% 0.67% -
XYZ 16.72 30.04 13.72 -
YUV 118.55 109.62 63.41 -
System Red Green Blue C M Y K H S L
Decimal 28 171 86 0.84 0 0.50 0.33 144.34 0.72 0.39
Hex 1C AB 56 54 0 32 21 90 48 27
Octal 34 253 126 124 0 62 41 220 110 47
Binary 11100 10101011 1010110 1010100 0 110010 100001 10010000 1001000 100111

Color Harmonies of #1CAB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAB56

Black with #1CAB56

Text Example


Text Example

White with #1CAB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,171,86); }

 H1.HeaderClassName
 {
   color: #1CAB56;
 }
 .AnyTagClassName
 {
   color: #1CAB56;
 }
</style>

background-color css

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

 a { background-color: rgb(28,171,86); }

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

border-color css

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

 span { border-color: rgb(28,171,86); }

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