Html Css Color HEX #8AD337 Atlantis

📋 copy color: '#8AD337'

red 138 ◦ green 211 ◦ blue 55

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

Shades of Atlantis #8AD337

Tints of Atlantis #8AD337

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.23%

 BLUE value IS 55 (21.88% from 255) = 13.61%

R = 34.16%
G = 52.23%
B = 13.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#8AD337 (or 0x8AD337) is known color: Atlantis. HEX triplet: 8A, D3 and 37. RGB value is (138,211,55). Sum of RGB (Red+Green+Blue) = 138+211+55=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD337 is #752CC8. Grayscale: #ABABAB. Windows color (decimal): -7679177 or 3658634. OLE color: 3658634.

HSL color Cylindrical-coordinate representation of color #8AD337: hue angle of 88.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AD337 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 211 55 -
CMYK 0.35 0 0.74 0.17
HSL 88.08º 0.64% 0.52% -
HSV(B) 88.08º 0.74% 0.83% -
XYZ 34.47 52.27 11.89 -
YUV 171.39 62.32 104.18 -
System Red Green Blue C M Y K H S L
Decimal 138 211 55 0.35 0 0.74 0.17 88.08 0.64 0.52
Hex 8A D3 37 23 0 4A 11 58 40 34
Octal 212 323 67 43 0 112 21 130 100 64
Binary 10001010 11010011 110111 100011 0 1001010 10001 1011000 1000000 110100

Color Harmonies of #8AD337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD337

Black with #8AD337

Text Example


Text Example

White with #8AD337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,211,55); }

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

background-color css

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

 a { background-color: rgb(138,211,55); }

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

border-color css

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

 span { border-color: rgb(138,211,55); }

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