#6ECA1C

Color #6ECA1C Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6ECA1C

Tints of Christi #6ECA1C

Color information

#6ECA1C (or 0x6ECA1C) is unknown color: approx Christi. HEX triplet: 6E, CA and 1C. RGB value is (110,202,28). Sum of RGB (Red+Green+Blue) = 110+202+28=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECA1C is #9135E3. Grayscale: #9B9B9B. Windows color (decimal): -9516516 or 1886830. OLE color: 1886830.

HSL color Cylindrical-coordinate representation of color #6ECA1C: hue angle of 91.72º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6ECA1C is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB11020228-
CMYK0.4600.860.21
HSL91.72º75.65%45.1%-
HSV(B)91.72º86.14%79.22%-
XYZ27.7645.648.44-
YUV154.6656.5296.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.35%
GREEN value IS 202 (79.30% from 255) = 59.41%
BLUE value IS 28 (11.33% from 255) = 8.24%
R=32.35%
G=59.41%
B=8.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110202280.4600.860.2191.7275.6545.1
Hex6ECA1C2E056155c4c2d
Octal156312345601262513411455
Binary11011101100101011100101110010101101010110111001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ECA1C; }

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

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

<style>
 a { background-color: #6ECA1C; }

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

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

<style>
 span { border-color: #6ECA1C; }

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

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