Html Css Color HEX #8AD43D Atlantis

📋 copy color: '#8AD43D'

red 138 ◦ green 212 ◦ blue 61

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

Shades of Atlantis #8AD43D

Tints of Atlantis #8AD43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 33.58%
G = 51.58%
B = 14.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#8AD43D (or 0x8AD43D) is known color: Atlantis. HEX triplet: 8A, D4 and 3D. RGB value is (138,212,61). Sum of RGB (Red+Green+Blue) = 138+212+61=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD43D is #752BC2. Grayscale: #ADADAD. Windows color (decimal): -7678915 or 4052106. OLE color: 4052106.

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

Color convert

RGB 138 212 61 -
CMYK 0.35 0 0.71 0.17
HSL 89.4º 0.64% 0.54% -
HSV(B) 89.4º 0.71% 0.83% -
XYZ 34.87 52.83 12.77 -
YUV 172.66 64.98 103.28 -
System Red Green Blue C M Y K H S L
Decimal 138 212 61 0.35 0 0.71 0.17 89.4 0.64 0.54
Hex 8A D4 3D 23 0 47 11 59 40 36
Octal 212 324 75 43 0 107 21 131 100 66
Binary 10001010 11010100 111101 100011 0 1000111 10001 1011001 1000000 110110

Color Harmonies of #8AD43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD43D

Black with #8AD43D

Text Example


Text Example

White with #8AD43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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