Html Css Color HEX #1CA46E Elf Green

📋 copy color: '#1CA46E'

red 28 ◦ green 164 ◦ blue 110

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

Shades of Elf Green #1CA46E

Tints of Elf Green #1CA46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.3%

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 9.27%
G = 54.3%
B = 36.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#1CA46E (or 0x1CA46E) is known color: Elf Green. HEX triplet: 1C, A4 and 6E. RGB value is (28,164,110). Sum of RGB (Red+Green+Blue) = 28+164+110=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA46E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA46E is #E35B91. Grayscale: #757575. Windows color (decimal): -14900114 or 7250972. OLE color: 7250972.

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

Color convert

RGB 28 164 110 -
CMYK 0.83 0 0.33 0.36
HSL 156.18º 0.71% 0.38% -
HSV(B) 156.18º 0.83% 0.64% -
XYZ 16.57 27.92 19.27 -
YUV 117.18 123.94 64.39 -
System Red Green Blue C M Y K H S L
Decimal 28 164 110 0.83 0 0.33 0.36 156.18 0.71 0.38
Hex 1C A4 6E 53 0 21 24 9C 47 26
Octal 34 244 156 123 0 41 44 234 107 46
Binary 11100 10100100 1101110 1010011 0 100001 100100 10011100 1000111 100110

Color Harmonies of #1CA46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA46E

Black with #1CA46E

Text Example


Text Example

White with #1CA46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,164,110); }

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

background-color css

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

 a { background-color: rgb(28,164,110); }

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

border-color css

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

 span { border-color: rgb(28,164,110); }

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