Html Css Color HEX #8AD536 Atlantis

📋 copy color: '#8AD536'

red 138 ◦ green 213 ◦ blue 54

#8AD536
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #8AD536

Tints of Atlantis #8AD536

RGB

 RED value IS 138 (54.3% from 255) = 34.07%

 GREEN value IS 213 (83.59% from 255) = 52.59%

 BLUE value IS 54 (21.48% from 255) = 13.33%

R = 34.07%
G = 52.59%
B = 13.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#8AD536 (or 0x8AD536) is known color: Atlantis. HEX triplet: 8A, D5 and 36. RGB value is (138,213,54). Sum of RGB (Red+Green+Blue) = 138+213+54=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD536 is #752AC9. Grayscale: #ADADAD. Windows color (decimal): -7678666 or 3593610. OLE color: 3593610.

HSL color Cylindrical-coordinate representation of color #8AD536: hue angle of 88.3º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AD536 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 213 54 -
CMYK 0.35 0 0.75 0.16
HSL 88.3º 0.65% 0.52% -
HSV(B) 88.3º 0.75% 0.84% -
XYZ 34.94 53.26 11.93 -
YUV 172.45 61.15 103.43 -
System Red Green Blue C M Y K H S L
Decimal 138 213 54 0.35 0 0.75 0.16 88.3 0.65 0.52
Hex 8A D5 36 23 0 4B 10 58 41 34
Octal 212 325 66 43 0 113 20 130 101 64
Binary 10001010 11010101 110110 100011 0 1001011 10000 1011000 1000001 110100

Color Harmonies of #8AD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD536

Black with #8AD536

Text Example


Text Example

White with #8AD536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,213,54); }

 H1.HeaderClassName
 {
   color: #8AD536;
 }
 .AnyTagClassName
 {
   color: #8AD536;
 }
</style>

background-color css

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

 a { background-color: rgb(138,213,54); }

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

border-color css

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

 span { border-color: rgb(138,213,54); }

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