#6AAD1F

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

Shades of Christi #6AAD1F

Tints of Christi #6AAD1F

Color information

#6AAD1F (or 0x6AAD1F) is unknown color: approx Christi. HEX triplet: 6A, AD and 1F. RGB value is (106,173,31). Sum of RGB (Red+Green+Blue) = 106+173+31=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAD1F is #9552E0. Grayscale: #898989. Windows color (decimal): -9786081 or 2076010. OLE color: 2076010.

HSL color Cylindrical-coordinate representation of color #6AAD1F: hue angle of 88.31º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6AAD1F is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB10617331-
CMYK0.3900.820.32
HSL88.31º69.61%40%-
HSV(B)88.31º82.08%67.84%-
XYZ21.1333.056.56-
YUV136.7868.3106.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 173 (67.97% from 255) = 55.81%
BLUE value IS 31 (12.5% from 255) = 10%
R=34.19%
G=55.81%
B=10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106173310.3900.820.3288.3169.6140
Hex6AAD1F2705220584628
Octal152255374701224013010650
Binary110101010101101111111001110101001010000010110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,173,31); }

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

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

 a { background-color: rgb(106,173,31); }

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

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

 span { border-color: rgb(106,173,31); }

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