#1caf4a

Color #1CAF4A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1CAF4A

Tints of Dark Pastel Green #1CAF4A

Color information

#1CAF4A (or 0x1CAF4A) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, AF and 4A. RGB value is (28,175,74). Sum of RGB (Red+Green+Blue) = 28+175+74=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAF4A is #E350B5. Grayscale: #777777. Windows color (decimal): -14897334 or 4894492. OLE color: 4894492.

HSL color Cylindrical-coordinate representation of color #1CAF4A: hue angle of 138.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF4A is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB2817574-
CMYK0.8400.580.31
HSL138.78º72.41%39.8%-
HSV(B)138.78º84%68.63%-
XYZ17.0431.411.64-
YUV119.53102.362.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.11%
GREEN value IS 175 (68.75% from 255) = 63.18%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=10.11%
G=63.18%
B=26.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28175740.8400.580.31138.7872.4139.8
Hex1CAF4A5403A1F8b4828
Octal342571121240723721311050
Binary111001010111110010101010100011101011111100010111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1caf4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,175,74); }

 H1.HeaderClassName
 {
   color: #1caf4a;
 }
 .AnyTagClassName
 {
   color: #1caf4a;
 }
</style>
background-color css

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

 a { background-color: rgb(28,175,74); }

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

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

 span { border-color: rgb(28,175,74); }

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