#6AA300

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

Shades of Christi #6AA300

Tints of Christi #6AA300

Color information

#6AA300 (or 0x6AA300) is unknown color: approx Christi. HEX triplet: 6A, A3 and 00. RGB value is (106,163,0). Sum of RGB (Red+Green+Blue) = 106+163+0=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA300 is #955CFF. Grayscale: #7F7F7F. Windows color (decimal): -9788672 or 41834. OLE color: 41834.

HSL color Cylindrical-coordinate representation of color #6AA300: hue angle of 80.98º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AA300 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1061630-
CMYK0.35010.36
HSL80.98º100%31.96%-
HSV(B)80.98º100%63.92%-
XYZ19.0429.264.64-
YUV127.3856.12112.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.41%
GREEN value IS 163 (64.06% from 255) = 60.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.41%
G=60.59%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10616300.35010.3680.9810031.96
Hex6AA302306424516420
Octal15224304301444412114440
Binary11010101010001101000110110010010010010100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,163,0); }

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

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

 a { background-color: rgb(106,163,0); }

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

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

 span { border-color: rgb(106,163,0); }

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