#6AA51E

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

Shades of Christi #6AA51E

Tints of Christi #6AA51E

Color information

#6AA51E (or 0x6AA51E) is unknown color: approx Christi. HEX triplet: 6A, A5 and 1E. RGB value is (106,165,30). Sum of RGB (Red+Green+Blue) = 106+165+30=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA51E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA51E is #955AE1. Grayscale: #848484. Windows color (decimal): -9788130 or 2008426. OLE color: 2008426.

HSL color Cylindrical-coordinate representation of color #6AA51E: hue angle of 86.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6AA51E is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB10616530-
CMYK0.3600.820.35
HSL86.22º69.23%38.24%-
HSV(B)86.22º81.82%64.71%-
XYZ19.6330.076-
YUV131.9770.45109.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 30 (12.11% from 255) = 9.97%
R=35.22%
G=54.82%
B=9.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal106165300.3600.820.3586.2269.2338.24
Hex6AA51E2405223564526
Octal152245364401224312610546
Binary110101010100101111101001000101001010001110101101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,165,30); }

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

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

 a { background-color: rgb(106,165,30); }

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

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

 span { border-color: rgb(106,165,30); }

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