Html Css Color HEX #8AD23E Atlantis

📋 copy color: '#8AD23E'

red 138 ◦ green 210 ◦ blue 62

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

Shades of Atlantis #8AD23E

Tints of Atlantis #8AD23E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.22%

 BLUE value IS 62 (24.61% from 255) = 15.12%

R = 33.66%
G = 51.22%
B = 15.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#8AD23E (or 0x8AD23E) is known color: Atlantis. HEX triplet: 8A, D2 and 3E. RGB value is (138,210,62). Sum of RGB (Red+Green+Blue) = 138+210+62=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD23E is #752DC1. Grayscale: #ACACAC. Windows color (decimal): -7679426 or 4117130. OLE color: 4117130.

HSL color Cylindrical-coordinate representation of color #8AD23E: hue angle of 89.19º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AD23E is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 210 62 -
CMYK 0.34 0 0.70 0.18
HSL 89.19º 0.62% 0.53% -
HSV(B) 89.19º 0.7% 0.82% -
XYZ 34.4 51.84 12.75 -
YUV 171.6 66.15 104.03 -
System Red Green Blue C M Y K H S L
Decimal 138 210 62 0.34 0 0.70 0.18 89.19 0.62 0.53
Hex 8A D2 3E 22 0 46 12 59 3E 35
Octal 212 322 76 42 0 106 22 131 76 65
Binary 10001010 11010010 111110 100010 0 1000110 10010 1011001 111110 110101

Color Harmonies of #8AD23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD23E

Black with #8AD23E

Text Example


Text Example

White with #8AD23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,210,62); }

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

background-color css

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

 a { background-color: rgb(138,210,62); }

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

border-color css

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

 span { border-color: rgb(138,210,62); }

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