Html Css Color HEX #8AD439 Atlantis

📋 copy color: '#8AD439'

red 138 ◦ green 212 ◦ blue 57

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

Shades of Atlantis #8AD439

Tints of Atlantis #8AD439

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.09%

 BLUE value IS 57 (22.66% from 255) = 14%

R = 33.91%
G = 52.09%
B = 14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#8AD439 (or 0x8AD439) is known color: Atlantis. HEX triplet: 8A, D4 and 39. RGB value is (138,212,57). Sum of RGB (Red+Green+Blue) = 138+212+57=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD439 is #752BC6. Grayscale: #ACACAC. Windows color (decimal): -7678919 or 3789962. OLE color: 3789962.

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

Color convert

RGB 138 212 57 -
CMYK 0.35 0 0.73 0.17
HSL 88.65º 0.64% 0.53% -
HSV(B) 88.65º 0.73% 0.83% -
XYZ 34.76 52.79 12.23 -
YUV 172.2 62.98 103.6 -
System Red Green Blue C M Y K H S L
Decimal 138 212 57 0.35 0 0.73 0.17 88.65 0.64 0.53
Hex 8A D4 39 23 0 49 11 59 40 35
Octal 212 324 71 43 0 111 21 131 100 65
Binary 10001010 11010100 111001 100011 0 1001001 10001 1011001 1000000 110101

Color Harmonies of #8AD439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD439

Black with #8AD439

Text Example


Text Example

White with #8AD439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,212,57); }

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

background-color css

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

 a { background-color: rgb(138,212,57); }

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

border-color css

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

 span { border-color: rgb(138,212,57); }

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