Html Css Color HEX #6EC014 Christi

📋 copy color: '#6EC014'

red 110 ◦ green 192 ◦ blue 20

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

Shades of Christi #6EC014

Tints of Christi #6EC014

RGB

 RED value IS 110 (43.36% from 255) = 34.16%

 GREEN value IS 192 (75.39% from 255) = 59.63%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 34.16%
G = 59.63%
B = 6.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#6EC014 (or 0x6EC014) is known color: Christi. HEX triplet: 6E, C0 and 14. RGB value is (110,192,20). Sum of RGB (Red+Green+Blue) = 110+192+20=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC014 is #913FEB. Grayscale: #949494. Windows color (decimal): -9519084 or 1359982. OLE color: 1359982.

HSL color Cylindrical-coordinate representation of color #6EC014: hue angle of 88.6º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6EC014 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 192 20 -
CMYK 0.43 0 0.90 0.25
HSL 88.6º 0.81% 0.42% -
HSV(B) 88.6º 0.9% 0.75% -
XYZ 25.41 41.06 7.25 -
YUV 147.87 55.83 100.99 -
System Red Green Blue C M Y K H S L
Decimal 110 192 20 0.43 0 0.90 0.25 88.6 0.81 0.42
Hex 6E C0 14 2B 0 5A 19 59 51 2A
Octal 156 300 24 53 0 132 31 131 121 52
Binary 1101110 11000000 10100 101011 0 1011010 11001 1011001 1010001 101010

Color Harmonies of #6EC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC014

Black with #6EC014

Text Example


Text Example

White with #6EC014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,192,20); }

 H1.HeaderClassName
 {
   color: #6EC014;
 }
 .AnyTagClassName
 {
   color: #6EC014;
 }
</style>

background-color css

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

 a { background-color: rgb(110,192,20); }

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

border-color css

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

 span { border-color: rgb(110,192,20); }

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