#6AC813

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

Shades of Christi #6AC813

Tints of Christi #6AC813

Color information

#6AC813 (or 0x6AC813) is unknown color: approx Christi. HEX triplet: 6A, C8 and 13. RGB value is (106,200,19). Sum of RGB (Red+Green+Blue) = 106+200+19=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC813 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC813 is #9537EC. Grayscale: #979797. Windows color (decimal): -9779181 or 1296490. OLE color: 1296490.

HSL color Cylindrical-coordinate representation of color #6AC813: hue angle of 91.16º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AC813 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB10620019-
CMYK0.4700.900.22
HSL91.16º82.65%42.94%-
HSV(B)91.16º90.5%78.43%-
XYZ26.7244.427.78-
YUV151.2653.3695.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.62%
GREEN value IS 200 (78.52% from 255) = 61.54%
BLUE value IS 19 (7.81% from 255) = 5.85%
R=32.62%
G=61.54%
B=5.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106200190.4700.900.2291.1682.6542.94
Hex6AC8132F05A165b532b
Octal152310235701322613312353
Binary11010101100100010011101111010110101011010110111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,200,19); }

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

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

 a { background-color: rgb(106,200,19); }

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

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

 span { border-color: rgb(106,200,19); }

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