#8AD641

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

Shades of Atlantis #8AD641

Tints of Atlantis #8AD641

Color information

#8AD641 (or 0x8AD641) is unknown color: approx Atlantis. HEX triplet: 8A, D6 and 41. RGB value is (138,214,65). Sum of RGB (Red+Green+Blue) = 138+214+65=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD641 is #7529BE. Grayscale: #AEAEAE. Windows color (decimal): -7678399 or 4314762. OLE color: 4314762.

HSL color Cylindrical-coordinate representation of color #8AD641: hue angle of 90.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AD641 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB13821465-
CMYK0.3600.700.16
HSL90.6º64.5%54.71%-
HSV(B)90.6º69.63%83.92%-
XYZ35.4853.8813.53-
YUV174.2966.32102.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 214 (83.98% from 255) = 51.32%
BLUE value IS 65 (25.78% from 255) = 15.59%
R=33.09%
G=51.32%
B=15.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal138214650.3600.700.1690.664.554.71
Hex8AD64124046105b4137
Octal2123261014401062013310167
Binary10001010110101101000001100100010001101000010110111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,214,65); }

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

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

 a { background-color: rgb(138,214,65); }

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

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

 span { border-color: rgb(138,214,65); }

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