#6ECA1A

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

Shades of Christi #6ECA1A

Tints of Christi #6ECA1A

Color information

#6ECA1A (or 0x6ECA1A) is unknown color: approx Christi. HEX triplet: 6E, CA and 1A. RGB value is (110,202,26). Sum of RGB (Red+Green+Blue) = 110+202+26=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECA1A is #9135E5. Grayscale: #9B9B9B. Windows color (decimal): -9516518 or 1755758. OLE color: 1755758.

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

Color convert

RGB11020226-
CMYK0.4600.870.21
HSL91.36º77.19%44.71%-
HSV(B)91.36º87.13%79.22%-
XYZ27.7445.638.32-
YUV154.4355.5296.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.54%
GREEN value IS 202 (79.30% from 255) = 59.76%
BLUE value IS 26 (10.55% from 255) = 7.69%
R=32.54%
G=59.76%
B=7.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110202260.4600.870.2191.3677.1944.71
Hex6ECA1A2E057155b4d2d
Octal156312325601272513311555
Binary11011101100101011010101110010101111010110110111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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