Html Css Color HEX #8ACE49 Atlantis

📋 copy color: '#8ACE49'

red 138 ◦ green 206 ◦ blue 73

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

Shades of Atlantis #8ACE49

Tints of Atlantis #8ACE49

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.4%

 BLUE value IS 73 (28.91% from 255) = 17.51%

R = 33.09%
G = 49.4%
B = 17.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#8ACE49 (or 0x8ACE49) is known color: Atlantis. HEX triplet: 8A, CE and 49. RGB value is (138,206,73). Sum of RGB (Red+Green+Blue) = 138+206+73=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACE49 is #7531B6. Grayscale: #AAAAAA. Windows color (decimal): -7680439 or 4837002. OLE color: 4837002.

HSL color Cylindrical-coordinate representation of color #8ACE49: hue angle of 90.68º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ACE49 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 73 -
CMYK 0.33 0 0.65 0.19
HSL 90.68º 0.58% 0.55% -
HSV(B) 90.68º 0.65% 0.81% -
XYZ 33.76 50.03 14.18 -
YUV 170.51 72.97 104.81 -
System Red Green Blue C M Y K H S L
Decimal 138 206 73 0.33 0 0.65 0.19 90.68 0.58 0.55
Hex 8A CE 49 21 0 41 13 5B 3A 37
Octal 212 316 111 41 0 101 23 133 72 67
Binary 10001010 11001110 1001001 100001 0 1000001 10011 1011011 111010 110111

Color Harmonies of #8ACE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE49

Black with #8ACE49

Text Example


Text Example

White with #8ACE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,206,73); }

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

background-color css

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

 a { background-color: rgb(138,206,73); }

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

border-color css

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

 span { border-color: rgb(138,206,73); }

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