#6AC200

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

Shades of Christi #6AC200

Tints of Christi #6AC200

Color information

#6AC200 (or 0x6AC200) is unknown color: approx Christi. HEX triplet: 6A, C2 and 00. RGB value is (106,194,0). Sum of RGB (Red+Green+Blue) = 106+194+0=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC200 is #953DFF. Grayscale: #929292. Windows color (decimal): -9780736 or 49770. OLE color: 49770.

HSL color Cylindrical-coordinate representation of color #6AC200: hue angle of 87.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AC200 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1061940-
CMYK0.45010.24
HSL87.22º100%38.04%-
HSV(B)87.22º100%76.08%-
XYZ25.2441.656.71-
YUV145.5745.8599.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.33%
GREEN value IS 194 (76.17% from 255) = 64.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.33%
G=64.67%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10619400.45010.2487.2210038.04
Hex6AC202D06418576426
Octal15230205501443012714446
Binary1101010110000100101101011001001100010101111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,194,0); }

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

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

 a { background-color: rgb(106,194,0); }

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

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

 span { border-color: rgb(106,194,0); }

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