#6AC121

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

Shades of Christi #6AC121

Tints of Christi #6AC121

Color information

#6AC121 (or 0x6AC121) is unknown color: approx Christi. HEX triplet: 6A, C1 and 21. RGB value is (106,193,33). Sum of RGB (Red+Green+Blue) = 106+193+33=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC121 is #953EDE. Grayscale: #959595. Windows color (decimal): -9780959 or 2212202. OLE color: 2212202.

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

Color convert

RGB10619333-
CMYK0.4500.830.24
HSL92.62º70.8%44.31%-
HSV(B)92.62º82.9%75.69%-
XYZ25.2941.318.08-
YUV148.7562.6897.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.93%
GREEN value IS 193 (75.78% from 255) = 58.13%
BLUE value IS 33 (13.28% from 255) = 9.94%
R=31.93%
G=58.13%
B=9.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106193330.4500.830.2492.6270.844.31
Hex6AC1212D053185d472c
Octal152301415501233013510754
Binary110101011000001100001101101010100111100010111011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,193,33); }

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

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

 a { background-color: rgb(106,193,33); }

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

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

 span { border-color: rgb(106,193,33); }

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