#6ECA0E

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

Shades of Christi #6ECA0E

Tints of Christi #6ECA0E

Color information

#6ECA0E (or 0x6ECA0E) is unknown color: approx Christi. HEX triplet: 6E, CA and 0E. RGB value is (110,202,14). Sum of RGB (Red+Green+Blue) = 110+202+14=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECA0E is #9135F1. Grayscale: #999999. Windows color (decimal): -9516530 or 969326. OLE color: 969326.

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

Color convert

RGB11020214-
CMYK0.4600.930.21
HSL89.36º87.04%42.35%-
HSV(B)89.36º93.07%79.22%-
XYZ27.6345.597.76-
YUV153.0649.5297.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 202 (79.30% from 255) = 61.96%
BLUE value IS 14 (5.86% from 255) = 4.29%
R=33.74%
G=61.96%
B=4.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110202140.4600.930.2189.3687.0442.35
Hex6ECAE2E05D1559572a
Octal156312165601352513112752
Binary1101110110010101110101110010111011010110110011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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