Html Css Color HEX #8AE232 Atlantis

📋 copy color: '#8AE232'

red 138 ◦ green 226 ◦ blue 50

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

Shades of Atlantis #8AE232

Tints of Atlantis #8AE232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.59%

 BLUE value IS 50 (19.92% from 255) = 12.08%

R = 33.33%
G = 54.59%
B = 12.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#8AE232 (or 0x8AE232) is known color: Atlantis. HEX triplet: 8A, E2 and 32. RGB value is (138,226,50). Sum of RGB (Red+Green+Blue) = 138+226+50=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 226 (88.67% from 255 or 54.59% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE232 is #751DCD. Grayscale: #B4B4B4. Windows color (decimal): -7675342 or 3334794. OLE color: 3334794.

HSL color Cylindrical-coordinate representation of color #8AE232: hue angle of 90º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AE232 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 138 226 50 -
CMYK 0.39 0 0.78 0.11
HSL 90º 0.75% 0.54% -
HSV(B) 90º 0.78% 0.89% -
XYZ 38.25 60.03 12.59 -
YUV 179.62 54.85 98.31 -
System Red Green Blue C M Y K H S L
Decimal 138 226 50 0.39 0 0.78 0.11 90 0.75 0.54
Hex 8A E2 32 27 0 4E B 5A 4B 36
Octal 212 342 62 47 0 116 13 132 113 66
Binary 10001010 11100010 110010 100111 0 1001110 1011 1011010 1001011 110110

Color Harmonies of #8AE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE232

Black with #8AE232

Text Example


Text Example

White with #8AE232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,226,50); }

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

background-color css

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

 a { background-color: rgb(138,226,50); }

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

border-color css

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

 span { border-color: rgb(138,226,50); }

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