#6ABA00

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

Shades of Christi #6ABA00

Tints of Christi #6ABA00

Color information

#6ABA00 (or 0x6ABA00) is unknown color: approx Christi. HEX triplet: 6A, BA and 00. RGB value is (106,186,0). Sum of RGB (Red+Green+Blue) = 106+186+0=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABA00 is #9545FF. Grayscale: #8D8D8D. Windows color (decimal): -9782784 or 47722. OLE color: 47722.

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

Color convert

RGB1061860-
CMYK0.43010.27
HSL85.81º100%36.47%-
HSV(B)85.81º100%72.94%-
XYZ23.538.186.13-
YUV140.8848.5103.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.30%
GREEN value IS 186 (73.05% from 255) = 63.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.30%
G=63.70%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10618600.43010.2785.8110036.47
Hex6ABA02B0641B566424
Octal15227205301443312614444
Binary1101010101110100101011011001001101110101101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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