#6ABA02

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

Shades of Christi #6ABA02

Tints of Christi #6ABA02

Color information

#6ABA02 (or 0x6ABA02) is unknown color: approx Christi. HEX triplet: 6A, BA and 02. RGB value is (106,186,2). Sum of RGB (Red+Green+Blue) = 106+186+2=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABA02 is #9545FD. Grayscale: #8D8D8D. Windows color (decimal): -9782782 or 178794. OLE color: 178794.

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

Color convert

RGB1061862-
CMYK0.4300.990.27
HSL86.09º97.87%36.86%-
HSV(B)86.09º98.92%72.94%-
XYZ23.5138.196.19-
YUV141.149.5102.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=36.05%
G=63.27%
B=0.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10618620.4300.990.2786.0997.8736.86
Hex6ABA22B0631B566225
Octal15227225301433312614245
Binary11010101011101010101011011000111101110101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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