Html Css Color HEX #8AEC37 Atlantis

📋 copy color: '#8AEC37'

red 138 ◦ green 236 ◦ blue 55

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

Shades of Atlantis #8AEC37

Tints of Atlantis #8AEC37

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.01%

 BLUE value IS 55 (21.88% from 255) = 12.82%

R = 32.17%
G = 55.01%
B = 12.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#8AEC37 (or 0x8AEC37) is known color: Atlantis. HEX triplet: 8A, EC and 37. RGB value is (138,236,55). Sum of RGB (Red+Green+Blue) = 138+236+55=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 236 (92.58% from 255 or 55.01% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEC37 is #7513C8. Grayscale: #BABABA. Windows color (decimal): -7672777 or 3665034. OLE color: 3665034.

HSL color Cylindrical-coordinate representation of color #8AEC37: hue angle of 92.49º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AEC37 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 236 55 -
CMYK 0.42 0 0.77 0.07
HSL 92.49º 0.83% 0.57% -
HSV(B) 92.49º 0.77% 0.93% -
XYZ 41.17 65.67 14.12 -
YUV 186.06 54.03 93.72 -
System Red Green Blue C M Y K H S L
Decimal 138 236 55 0.42 0 0.77 0.07 92.49 0.83 0.57
Hex 8A EC 37 2A 0 4D 7 5C 53 39
Octal 212 354 67 52 0 115 7 134 123 71
Binary 10001010 11101100 110111 101010 0 1001101 111 1011100 1010011 111001

Color Harmonies of #8AEC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEC37

Black with #8AEC37

Text Example


Text Example

White with #8AEC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,236,55); }

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

background-color css

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

 a { background-color: rgb(138,236,55); }

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

border-color css

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

 span { border-color: rgb(138,236,55); }

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