Html Css Color HEX #8AC144 Atlantis

📋 copy color: '#8AC144'

red 138 ◦ green 193 ◦ blue 68

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

Shades of Atlantis #8AC144

Tints of Atlantis #8AC144

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.37%

 BLUE value IS 68 (26.95% from 255) = 17.04%

R = 34.59%
G = 48.37%
B = 17.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#8AC144 (or 0x8AC144) is known color: Atlantis. HEX triplet: 8A, C1 and 44. RGB value is (138,193,68). Sum of RGB (Red+Green+Blue) = 138+193+68=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC144 is #753EBB. Grayscale: #A2A2A2. Windows color (decimal): -7683772 or 4505994. OLE color: 4505994.

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

Color convert

RGB 138 193 68 -
CMYK 0.28 0 0.65 0.24
HSL 86.4º 0.5% 0.51% -
HSV(B) 86.4º 0.65% 0.76% -
XYZ 30.59 43.96 12.34 -
YUV 162.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 138 193 68 0.28 0 0.65 0.24 86.4 0.5 0.51
Hex 8A C1 44 1C 0 41 18 56 32 33
Octal 212 301 104 34 0 101 30 126 62 63
Binary 10001010 11000001 1000100 11100 0 1000001 11000 1010110 110010 110011

Color Harmonies of #8AC144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC144

Black with #8AC144

Text Example


Text Example

White with #8AC144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,193,68); }

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

background-color css

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

 a { background-color: rgb(138,193,68); }

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

border-color css

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

 span { border-color: rgb(138,193,68); }

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