Html Css Color HEX #8AC047 Atlantis

📋 copy color: '#8AC047'

red 138 ◦ green 192 ◦ blue 71

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

Shades of Atlantis #8AC047

Tints of Atlantis #8AC047

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.88%

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 34.41%
G = 47.88%
B = 17.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#8AC047 (or 0x8AC047) is known color: Atlantis. HEX triplet: 8A, C0 and 47. RGB value is (138,192,71). Sum of RGB (Red+Green+Blue) = 138+192+71=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC047 is #753FB8. Grayscale: #A2A2A2. Windows color (decimal): -7684025 or 4702346. OLE color: 4702346.

HSL color Cylindrical-coordinate representation of color #8AC047: hue angle of 86.78º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AC047 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 71 -
CMYK 0.28 0 0.63 0.25
HSL 86.78º 0.49% 0.52% -
HSV(B) 86.78º 0.63% 0.75% -
XYZ 30.47 43.56 12.76 -
YUV 162.06 76.61 110.84 -
System Red Green Blue C M Y K H S L
Decimal 138 192 71 0.28 0 0.63 0.25 86.78 0.49 0.52
Hex 8A C0 47 1C 0 3F 19 57 31 34
Octal 212 300 107 34 0 77 31 127 61 64
Binary 10001010 11000000 1000111 11100 0 111111 11001 1010111 110001 110100

Color Harmonies of #8AC047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC047

Black with #8AC047

Text Example


Text Example

White with #8AC047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,71); }

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

background-color css

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

 a { background-color: rgb(138,192,71); }

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

border-color css

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

 span { border-color: rgb(138,192,71); }

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