#6AC80F

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

Shades of Christi #6AC80F

Tints of Christi #6AC80F

Color information

#6AC80F (or 0x6AC80F) is unknown color: approx Christi. HEX triplet: 6A, C8 and 0F. RGB value is (106,200,15). Sum of RGB (Red+Green+Blue) = 106+200+15=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC80F is #9537F0. Grayscale: #979797. Windows color (decimal): -9779185 or 1034346. OLE color: 1034346.

HSL color Cylindrical-coordinate representation of color #6AC80F: hue angle of 90.49º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AC80F is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB10620015-
CMYK0.4700.920.22
HSL90.49º86.05%42.16%-
HSV(B)90.49º92.5%78.43%-
XYZ26.6844.417.62-
YUV150.851.3696.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.02%
GREEN value IS 200 (78.52% from 255) = 62.31%
BLUE value IS 15 (6.25% from 255) = 4.67%
R=33.02%
G=62.31%
B=4.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106200150.4700.920.2290.4986.0542.16
Hex6AC8F2F05C165a562a
Octal152310175701342613212652
Binary1101010110010001111101111010111001011010110101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,200,15); }

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

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

 a { background-color: rgb(106,200,15); }

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

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

 span { border-color: rgb(106,200,15); }

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