#8ADF3F

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

Shades of Atlantis #8ADF3F

Tints of Atlantis #8ADF3F

Color information

#8ADF3F (or 0x8ADF3F) is unknown color: approx Atlantis. HEX triplet: 8A, DF and 3F. RGB value is (138,223,63). Sum of RGB (Red+Green+Blue) = 138+223+63=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADF3F is #7520C0. Grayscale: #B3B3B3. Windows color (decimal): -7676097 or 4185994. OLE color: 4185994.

HSL color Cylindrical-coordinate representation of color #8ADF3F: hue angle of 91.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8ADF3F is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB13822363-
CMYK0.3800.720.13
HSL91.88º71.43%56.08%-
HSV(B)91.88º71.75%87.45%-
XYZ37.7758.5414.01-
YUV179.3462.3498.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.55%
GREEN value IS 223 (87.5% from 255) = 52.59%
BLUE value IS 63 (25% from 255) = 14.86%
R=32.55%
G=52.59%
B=14.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138223630.3800.720.1391.8871.4356.08
Hex8ADF3F26048D5c4738
Octal212337774601101513410770
Binary100010101101111111111110011001001000110110111001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,223,63); }

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

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

 a { background-color: rgb(138,223,63); }

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

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

 span { border-color: rgb(138,223,63); }

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