Html Css Color HEX #1CA370 Elf Green

📋 copy color: '#1CA370'

red 28 ◦ green 163 ◦ blue 112

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

Shades of Elf Green #1CA370

Tints of Elf Green #1CA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.8%

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 9.24%
G = 53.8%
B = 36.96%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#1CA370 (or 0x1CA370) is known color: Elf Green. HEX triplet: 1C, A3 and 70. RGB value is (28,163,112). Sum of RGB (Red+Green+Blue) = 28+163+112=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA370 is #E35C8F. Grayscale: #747474. Windows color (decimal): -14900368 or 7381788. OLE color: 7381788.

HSL color Cylindrical-coordinate representation of color #1CA370: hue angle of 157.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA370 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 163 112 -
CMYK 0.83 0 0.31 0.36
HSL 157.33º 0.71% 0.37% -
HSV(B) 157.33º 0.83% 0.64% -
XYZ 16.5 27.61 19.79 -
YUV 116.82 125.27 64.65 -
System Red Green Blue C M Y K H S L
Decimal 28 163 112 0.83 0 0.31 0.36 157.33 0.71 0.37
Hex 1C A3 70 53 0 1F 24 9D 47 25
Octal 34 243 160 123 0 37 44 235 107 45
Binary 11100 10100011 1110000 1010011 0 11111 100100 10011101 1000111 100101

Color Harmonies of #1CA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA370

Black with #1CA370

Text Example


Text Example

White with #1CA370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,163,112); }

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

background-color css

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

 a { background-color: rgb(28,163,112); }

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

border-color css

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

 span { border-color: rgb(28,163,112); }

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