Html Css Color HEX #1CAD5B Pigment Green

📋 copy color: '#1CAD5B'

red 28 ◦ green 173 ◦ blue 91

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

Shades of Pigment Green #1CAD5B

Tints of Pigment Green #1CAD5B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 59.25%

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 9.59%
G = 59.25%
B = 31.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#1CAD5B (or 0x1CAD5B) is known color: Pigment Green. HEX triplet: 1C, AD and 5B. RGB value is (28,173,91). Sum of RGB (Red+Green+Blue) = 28+173+91=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAD5B is #E352A4. Grayscale: #787878. Windows color (decimal): -14897829 or 6008092. OLE color: 6008092.

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

Color convert

RGB 28 173 91 -
CMYK 0.84 0 0.47 0.32
HSL 146.07º 0.72% 0.39% -
HSV(B) 146.07º 0.84% 0.68% -
XYZ 17.31 30.89 14.95 -
YUV 120.3 111.46 62.17 -
System Red Green Blue C M Y K H S L
Decimal 28 173 91 0.84 0 0.47 0.32 146.07 0.72 0.39
Hex 1C AD 5B 54 0 2F 20 92 48 27
Octal 34 255 133 124 0 57 40 222 110 47
Binary 11100 10101101 1011011 1010100 0 101111 100000 10010010 1001000 100111

Color Harmonies of #1CAD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD5B

Black with #1CAD5B

Text Example


Text Example

White with #1CAD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,173,91); }

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

background-color css

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

 a { background-color: rgb(28,173,91); }

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

border-color css

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

 span { border-color: rgb(28,173,91); }

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