#8FC73D

Color #8FC73D Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8FC73D

Tints of Atlantis #8FC73D

Color information

#8FC73D (or 0x8FC73D) is unknown color: approx Atlantis. HEX triplet: 8F, C7 and 3D. RGB value is (143,199,61). Sum of RGB (Red+Green+Blue) = 143+199+61=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC73D is #7038C2. Grayscale: #A7A7A7. Windows color (decimal): -7354563 or 4048783. OLE color: 4048783.

HSL color Cylindrical-coordinate representation of color #8FC73D: hue angle of 84.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FC73D is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB14319961-
CMYK0.2800.690.22
HSL84.35º55.2%50.98%-
HSV(B)84.35º69.35%78.04%-
XYZ32.5947.0211.77-
YUV166.5268.45111.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 199 (78.12% from 255) = 49.38%
BLUE value IS 61 (24.22% from 255) = 15.14%
R=35.48%
G=49.38%
B=15.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal143199610.2800.690.2284.3555.250.98
Hex8FC73D1C04516543733
Octal21730775340105261246763
Binary10001111110001111111011110001000101101101010100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FC73D; }

 p { color: rgb(143,199,61); }

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

<style>
 a { background-color: #8FC73D; }

 a { background-color: rgb(143,199,61); }

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

<style>
 span { border-color: #8FC73D; }

 span { border-color: rgb(143,199,61); }

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