#6ABF00

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

Shades of Christi #6ABF00

Tints of Christi #6ABF00

Color information

#6ABF00 (or 0x6ABF00) is unknown color: approx Christi. HEX triplet: 6A, BF and 00. RGB value is (106,191,0). Sum of RGB (Red+Green+Blue) = 106+191+0=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 191 (75% from 255 or 64.31% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABF00 is #9540FF. Grayscale: #909090. Windows color (decimal): -9781504 or 49002. OLE color: 49002.

HSL color Cylindrical-coordinate representation of color #6ABF00: hue angle of 86.7º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6ABF00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1061910-
CMYK0.45010.25
HSL86.7º100%37.45%-
HSV(B)86.7º100%74.9%-
XYZ24.5740.336.49-
YUV143.8146.84101.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 191 (75% from 255) = 64.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.69%
G=64.31%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10619100.45010.2586.710037.45
Hex6ABF02D06419576425
Octal15227705501443112714445
Binary1101010101111110101101011001001100110101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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