Html Css Color HEX #1CA071 Elf Green

📋 copy color: '#1CA071'

red 28 ◦ green 160 ◦ blue 113

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

Shades of Elf Green #1CA071

Tints of Elf Green #1CA071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 53.16%

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 9.3%
G = 53.16%
B = 37.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#1CA071 (or 0x1CA071) is known color: Elf Green. HEX triplet: 1C, A0 and 71. RGB value is (28,160,113). Sum of RGB (Red+Green+Blue) = 28+160+113=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA071 is #E35F8E. Grayscale: #737373. Windows color (decimal): -14901135 or 7446556. OLE color: 7446556.

HSL color Cylindrical-coordinate representation of color #1CA071: hue angle of 158.64º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA071 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 28 160 113 -
CMYK 0.82 0 0.29 0.37
HSL 158.64º 0.7% 0.37% -
HSV(B) 158.64º 0.83% 0.63% -
XYZ 16.03 26.58 19.91 -
YUV 115.17 126.77 65.82 -
System Red Green Blue C M Y K H S L
Decimal 28 160 113 0.82 0 0.29 0.37 158.64 0.7 0.37
Hex 1C A0 71 52 0 1D 25 9F 46 25
Octal 34 240 161 122 0 35 45 237 106 45
Binary 11100 10100000 1110001 1010010 0 11101 100101 10011111 1000110 100101

Color Harmonies of #1CA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA071

Black with #1CA071

Text Example


Text Example

White with #1CA071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,160,113); }

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

background-color css

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

 a { background-color: rgb(28,160,113); }

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

border-color css

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

 span { border-color: rgb(28,160,113); }

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