#6ABC0C

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

Shades of Christi #6ABC0C

Tints of Christi #6ABC0C

Color information

#6ABC0C (or 0x6ABC0C) is unknown color: approx Christi. HEX triplet: 6A, BC and 0C. RGB value is (106,188,12). Sum of RGB (Red+Green+Blue) = 106+188+12=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABC0C is #9543F3. Grayscale: #909090. Windows color (decimal): -9782260 or 834666. OLE color: 834666.

HSL color Cylindrical-coordinate representation of color #6ABC0C: hue angle of 87.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6ABC0C is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB10618812-
CMYK0.4400.940.26
HSL87.95º88%39.22%-
HSV(B)87.95º93.62%73.73%-
XYZ23.9939.066.62-
YUV143.4253.83101.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 188 (73.83% from 255) = 61.44%
BLUE value IS 12 (5.08% from 255) = 3.92%
R=34.64%
G=61.44%
B=3.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106188120.4400.940.2687.958839.22
Hex6ABCC2C05E1A585827
Octal152274145401363213013047
Binary1101010101111001100101100010111101101010110001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,188,12); }

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

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

 a { background-color: rgb(106,188,12); }

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

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

 span { border-color: rgb(106,188,12); }

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