Html Css Color HEX #1CAD4B Pigment Green

📋 copy color: '#1CAD4B'

red 28 ◦ green 173 ◦ blue 75

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

Shades of Pigment Green #1CAD4B

Tints of Pigment Green #1CAD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.17%

R = 10.14%
G = 62.68%
B = 27.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#1CAD4B (or 0x1CAD4B) is known color: Pigment Green. HEX triplet: 1C, AD and 4B. RGB value is (28,173,75). Sum of RGB (Red+Green+Blue) = 28+173+75=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 173 (67.97% from 255 or 62.68% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAD4B is #E352B4. Grayscale: #767676. Windows color (decimal): -14897845 or 4959516. OLE color: 4959516.

HSL color Cylindrical-coordinate representation of color #1CAD4B: hue angle of 139.45º 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 #1CAD4B is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 173 75 -
CMYK 0.84 0 0.57 0.32
HSL 139.45º 0.72% 0.39% -
HSV(B) 139.45º 0.84% 0.68% -
XYZ 16.69 30.64 11.69 -
YUV 118.47 103.46 63.47 -
System Red Green Blue C M Y K H S L
Decimal 28 173 75 0.84 0 0.57 0.32 139.45 0.72 0.39
Hex 1C AD 4B 54 0 39 20 8B 48 27
Octal 34 255 113 124 0 71 40 213 110 47
Binary 11100 10101101 1001011 1010100 0 111001 100000 10001011 1001000 100111

Color Harmonies of #1CAD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD4B

Black with #1CAD4B

Text Example


Text Example

White with #1CAD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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