#6AB82A

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

Shades of Christi #6AB82A

Tints of Christi #6AB82A

Color information

#6AB82A (or 0x6AB82A) is unknown color: approx Christi. HEX triplet: 6A, B8 and 2A. RGB value is (106,184,42). Sum of RGB (Red+Green+Blue) = 106+184+42=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB82A is #9547D5. Grayscale: #909090. Windows color (decimal): -9783254 or 2799722. OLE color: 2799722.

HSL color Cylindrical-coordinate representation of color #6AB82A: hue angle of 92.96º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AB82A is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB10618442-
CMYK0.4200.770.28
HSL92.96º62.83%44.31%-
HSV(B)92.96º77.17%72.16%-
XYZ23.537.518.19-
YUV144.4970.16100.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.93%
GREEN value IS 184 (72.27% from 255) = 55.42%
BLUE value IS 42 (16.80% from 255) = 12.65%
R=31.93%
G=55.42%
B=12.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal106184420.4200.770.2892.9662.8344.31
Hex6AB82A2A04D1C5d3f2c
Octal15227052520115341357754
Binary11010101011100010101010101001001101111001011101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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