#6AB42F

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

Shades of Christi #6AB42F

Tints of Christi #6AB42F

Color information

#6AB42F (or 0x6AB42F) is unknown color: approx Christi. HEX triplet: 6A, B4 and 2F. RGB value is (106,180,47). Sum of RGB (Red+Green+Blue) = 106+180+47=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB42F is #954BD0. Grayscale: #8F8F8F. Windows color (decimal): -9784273 or 3126378. OLE color: 3126378.

HSL color Cylindrical-coordinate representation of color #6AB42F: hue angle of 93.38º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6AB42F is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB10618047-
CMYK0.4100.740.29
HSL93.38º58.59%44.51%-
HSV(B)93.38º73.89%70.59%-
XYZ22.7835.918.42-
YUV142.7173.98101.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.83%
GREEN value IS 180 (70.70% from 255) = 54.05%
BLUE value IS 47 (18.75% from 255) = 14.11%
R=31.83%
G=54.05%
B=14.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106180470.4100.740.2993.3858.5944.51
Hex6AB42F2904A1D5d3b2d
Octal15226457510112351357355
Binary11010101011010010111110100101001010111011011101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,180,47); }

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

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

 a { background-color: rgb(106,180,47); }

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

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

 span { border-color: rgb(106,180,47); }

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