Html Css Color HEX #1CA845 Pigment Green

📋 copy color: '#1CA845'

red 28 ◦ green 168 ◦ blue 69

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

Shades of Pigment Green #1CA845

Tints of Pigment Green #1CA845

RGB

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

 GREEN value IS 168 (66.02% from 255) = 63.4%

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 10.57%
G = 63.4%
B = 26.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#1CA845 (or 0x1CA845) is known color: Pigment Green. HEX triplet: 1C, A8 and 45. RGB value is (28,168,69). Sum of RGB (Red+Green+Blue) = 28+168+69=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 168 (66.02% from 255 or 63.40% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA845 is #E357BA. Grayscale: #737373. Windows color (decimal): -14899131 or 4565020. OLE color: 4565020.

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

Color convert

RGB 28 168 69 -
CMYK 0.83 0 0.59 0.34
HSL 137.57º 0.71% 0.38% -
HSV(B) 137.57º 0.83% 0.66% -
XYZ 15.56 28.68 10.35 -
YUV 114.85 102.12 66.05 -
System Red Green Blue C M Y K H S L
Decimal 28 168 69 0.83 0 0.59 0.34 137.57 0.71 0.38
Hex 1C A8 45 53 0 3B 22 8A 47 26
Octal 34 250 105 123 0 73 42 212 107 46
Binary 11100 10101000 1000101 1010011 0 111011 100010 10001010 1000111 100110

Color Harmonies of #1CA845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA845

Black with #1CA845

Text Example


Text Example

White with #1CA845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,168,69); }

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

background-color css

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

 a { background-color: rgb(28,168,69); }

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

border-color css

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

 span { border-color: rgb(28,168,69); }

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