Html Css Color HEX #1CA46B Elf Green

📋 copy color: '#1CA46B'

red 28 ◦ green 164 ◦ blue 107

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

Shades of Elf Green #1CA46B

Tints of Elf Green #1CA46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 9.36%
G = 54.85%
B = 35.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#1CA46B (or 0x1CA46B) is known color: Elf Green. HEX triplet: 1C, A4 and 6B. RGB value is (28,164,107). Sum of RGB (Red+Green+Blue) = 28+164+107=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA46B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA46B is #E35B94. Grayscale: #747474. Windows color (decimal): -14900117 or 7054364. OLE color: 7054364.

HSL color Cylindrical-coordinate representation of color #1CA46B: hue angle of 154.85º 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 #1CA46B is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 164 107 -
CMYK 0.83 0 0.35 0.36
HSL 154.85º 0.71% 0.38% -
HSV(B) 154.85º 0.83% 0.64% -
XYZ 16.41 27.86 18.42 -
YUV 116.84 122.44 64.63 -
System Red Green Blue C M Y K H S L
Decimal 28 164 107 0.83 0 0.35 0.36 154.85 0.71 0.38
Hex 1C A4 6B 53 0 23 24 9B 47 26
Octal 34 244 153 123 0 43 44 233 107 46
Binary 11100 10100100 1101011 1010011 0 100011 100100 10011011 1000111 100110

Color Harmonies of #1CA46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA46B

Black with #1CA46B

Text Example


Text Example

White with #1CA46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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