Html Css Color HEX #8AC247 Atlantis

📋 copy color: '#8AC247'

red 138 ◦ green 194 ◦ blue 71

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

Shades of Atlantis #8AC247

Tints of Atlantis #8AC247

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.14%

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

R = 34.24%
G = 48.14%
B = 17.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#8AC247 (or 0x8AC247) is known color: Atlantis. HEX triplet: 8A, C2 and 47. RGB value is (138,194,71). Sum of RGB (Red+Green+Blue) = 138+194+71=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC247 is #753DB8. Grayscale: #A3A3A3. Windows color (decimal): -7683513 or 4702858. OLE color: 4702858.

HSL color Cylindrical-coordinate representation of color #8AC247: hue angle of 87.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AC247 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 194 71 -
CMYK 0.29 0 0.63 0.24
HSL 87.32º 0.5% 0.52% -
HSV(B) 87.32º 0.63% 0.76% -
XYZ 30.91 44.44 12.91 -
YUV 163.23 75.95 110 -
System Red Green Blue C M Y K H S L
Decimal 138 194 71 0.29 0 0.63 0.24 87.32 0.5 0.52
Hex 8A C2 47 1D 0 3F 18 57 32 34
Octal 212 302 107 35 0 77 30 127 62 64
Binary 10001010 11000010 1000111 11101 0 111111 11000 1010111 110010 110100

Color Harmonies of #8AC247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC247

Black with #8AC247

Text Example


Text Example

White with #8AC247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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