#6AC71A

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

Shades of Christi #6AC71A

Tints of Christi #6AC71A

Color information

#6AC71A (or 0x6AC71A) is unknown color: approx Christi. HEX triplet: 6A, C7 and 1A. RGB value is (106,199,26). Sum of RGB (Red+Green+Blue) = 106+199+26=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC71A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC71A is #9538E5. Grayscale: #989898. Windows color (decimal): -9779430 or 1754986. OLE color: 1754986.

HSL color Cylindrical-coordinate representation of color #6AC71A: hue angle of 92.25º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6AC71A is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB10619926-
CMYK0.4700.870.22
HSL92.25º76.89%44.12%-
HSV(B)92.25º86.93%78.04%-
XYZ26.5543.998.07-
YUV151.4757.1995.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.02%
GREEN value IS 199 (78.12% from 255) = 60.12%
BLUE value IS 26 (10.55% from 255) = 7.85%
R=32.02%
G=60.12%
B=7.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106199260.4700.870.2292.2576.8944.12
Hex6AC71A2F057165c4d2c
Octal152307325701272613411554
Binary11010101100011111010101111010101111011010111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,199,26); }

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

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

 a { background-color: rgb(106,199,26); }

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

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

 span { border-color: rgb(106,199,26); }

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