Html Css Color HEX #8AC53E Atlantis

📋 copy color: '#8AC53E'

red 138 ◦ green 197 ◦ blue 62

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

Shades of Atlantis #8AC53E

Tints of Atlantis #8AC53E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.62%

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

R = 34.76%
G = 49.62%
B = 15.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#8AC53E (or 0x8AC53E) is known color: Atlantis. HEX triplet: 8A, C5 and 3E. RGB value is (138,197,62). Sum of RGB (Red+Green+Blue) = 138+197+62=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC53E is #753AC1. Grayscale: #A4A4A4. Windows color (decimal): -7682754 or 4113802. OLE color: 4113802.

HSL color Cylindrical-coordinate representation of color #8AC53E: hue angle of 86.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AC53E is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 197 62 -
CMYK 0.30 0 0.69 0.23
HSL 86.22º 0.54% 0.51% -
HSV(B) 86.22º 0.69% 0.77% -
XYZ 31.32 45.68 11.72 -
YUV 163.97 70.45 109.48 -
System Red Green Blue C M Y K H S L
Decimal 138 197 62 0.30 0 0.69 0.23 86.22 0.54 0.51
Hex 8A C5 3E 1E 0 45 17 56 36 33
Octal 212 305 76 36 0 105 27 126 66 63
Binary 10001010 11000101 111110 11110 0 1000101 10111 1010110 110110 110011

Color Harmonies of #8AC53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC53E

Black with #8AC53E

Text Example


Text Example

White with #8AC53E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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