Html Css Color HEX #1CA946 Pigment Green

📋 copy color: '#1CA946'

red 28 ◦ green 169 ◦ blue 70

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

Shades of Pigment Green #1CA946

Tints of Pigment Green #1CA946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 63.3%

 BLUE value IS 70 (27.73% from 255) = 26.22%

R = 10.49%
G = 63.3%
B = 26.22%

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

#1CA946 (or 0x1CA946) is known color: Pigment Green. HEX triplet: 1C, A9 and 46. RGB value is (28,169,70). Sum of RGB (Red+Green+Blue) = 28+169+70=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 169 (66.41% from 255 or 63.30% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA946 is #E356B9. Grayscale: #737373. Windows color (decimal): -14898874 or 4630812. OLE color: 4630812.

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

Color convert

RGB 28 169 70 -
CMYK 0.83 0 0.59 0.34
HSL 137.87º 0.72% 0.39% -
HSV(B) 137.87º 0.83% 0.66% -
XYZ 15.77 29.07 10.57 -
YUV 115.56 102.29 65.55 -
System Red Green Blue C M Y K H S L
Decimal 28 169 70 0.83 0 0.59 0.34 137.87 0.72 0.39
Hex 1C A9 46 53 0 3B 22 8A 48 27
Octal 34 251 106 123 0 73 42 212 110 47
Binary 11100 10101001 1000110 1010011 0 111011 100010 10001010 1001000 100111

Color Harmonies of #1CA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA946

Black with #1CA946

Text Example


Text Example

White with #1CA946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,169,70); }

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

background-color css

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

 a { background-color: rgb(28,169,70); }

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

border-color css

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

 span { border-color: rgb(28,169,70); }

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