#6ABA2A

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

Shades of Christi #6ABA2A

Tints of Christi #6ABA2A

Color information

#6ABA2A (or 0x6ABA2A) is unknown color: approx Christi. HEX triplet: 6A, BA and 2A. RGB value is (106,186,42). Sum of RGB (Red+Green+Blue) = 106+186+42=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABA2A is #9545D5. Grayscale: #929292. Windows color (decimal): -9782742 or 2800234. OLE color: 2800234.

HSL color Cylindrical-coordinate representation of color #6ABA2A: hue angle of 93.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6ABA2A is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB10618642-
CMYK0.4300.770.27
HSL93.33º63.16%44.71%-
HSV(B)93.33º77.42%72.94%-
XYZ23.9238.358.33-
YUV145.6669.599.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.74%
GREEN value IS 186 (73.05% from 255) = 55.69%
BLUE value IS 42 (16.80% from 255) = 12.57%
R=31.74%
G=55.69%
B=12.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106186420.4300.770.2793.3363.1644.71
Hex6ABA2A2B04D1B5d3f2d
Octal15227252530115331357755
Binary11010101011101010101010101101001101110111011101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,186,42); }

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

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

 a { background-color: rgb(106,186,42); }

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

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

 span { border-color: rgb(106,186,42); }

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