#6AA826

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

Shades of Christi #6AA826

Tints of Christi #6AA826

Color information

#6AA826 (or 0x6AA826) is unknown color: approx Christi. HEX triplet: 6A, A8 and 26. RGB value is (106,168,38). Sum of RGB (Red+Green+Blue) = 106+168+38=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA826 is #9557D9. Grayscale: #878787. Windows color (decimal): -9787354 or 2533482. OLE color: 2533482.

HSL color Cylindrical-coordinate representation of color #6AA826: hue angle of 88.62º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AA826 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB10616838-
CMYK0.3700.770.34
HSL88.62º63.11%40.39%-
HSV(B)88.62º77.38%65.88%-
XYZ20.331.216.79-
YUV134.6473.46107.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.97%
GREEN value IS 168 (66.02% from 255) = 53.85%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=33.97%
G=53.85%
B=12.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal106168380.3700.770.3488.6263.1140.39
Hex6AA8262504D22593f28
Octal15225046450115421317750
Binary110101010101000100110100101010011011000101011001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,168,38); }

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

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

 a { background-color: rgb(106,168,38); }

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

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

 span { border-color: rgb(106,168,38); }

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