#6CC014

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

Shades of Christi #6CC014

Tints of Christi #6CC014

Color information

#6CC014 (or 0x6CC014) is unknown color: approx Christi. HEX triplet: 6C, C0 and 14. RGB value is (108,192,20). Sum of RGB (Red+Green+Blue) = 108+192+20=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC014 is #933FEB. Grayscale: #939393. Windows color (decimal): -9650156 or 1359980. OLE color: 1359980.

HSL color Cylindrical-coordinate representation of color #6CC014: hue angle of 89.3º 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 #6CC014 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB10819220-
CMYK0.4400.900.25
HSL89.3º81.13%41.57%-
HSV(B)89.3º89.58%75.29%-
XYZ25.1640.947.24-
YUV147.2856.1799.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 192 (75.39% from 255) = 60%
BLUE value IS 20 (8.20% from 255) = 6.25%
R=33.75%
G=60%
B=6.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108192200.4400.900.2589.381.1341.57
Hex6CC0142C05A1959512a
Octal154300245401323113112152
Binary11011001100000010100101100010110101100110110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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