Html Css Color HEX #8AE949 Atlantis

📋 copy color: '#8AE949'

red 138 ◦ green 233 ◦ blue 73

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

Shades of Atlantis #8AE949

Tints of Atlantis #8AE949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.48%

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

R = 31.08%
G = 52.48%
B = 16.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#8AE949 (or 0x8AE949) is known color: Atlantis. HEX triplet: 8A, E9 and 49. RGB value is (138,233,73). Sum of RGB (Red+Green+Blue) = 138+233+73=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #8AE949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AE949 is #7516B6. Grayscale: #BABABA. Windows color (decimal): -7673527 or 4843914. OLE color: 4843914.

HSL color Cylindrical-coordinate representation of color #8AE949: hue angle of 95.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AE949 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 138 233 73 -
CMYK 0.41 0 0.69 0.09
HSL 95.63º 0.78% 0.6% -
HSV(B) 95.63º 0.69% 0.91% -
XYZ 40.82 64.16 16.54 -
YUV 186.36 64.03 93.51 -
System Red Green Blue C M Y K H S L
Decimal 138 233 73 0.41 0 0.69 0.09 95.63 0.78 0.6
Hex 8A E9 49 29 0 45 9 60 4E 3C
Octal 212 351 111 51 0 105 11 140 116 74
Binary 10001010 11101001 1001001 101001 0 1000101 1001 1100000 1001110 111100

Color Harmonies of #8AE949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE949

Black with #8AE949

Text Example


Text Example

White with #8AE949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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