Html Css Color HEX #8BD73A Atlantis

📋 copy color: '#8BD73A'

red 139 ◦ green 215 ◦ blue 58

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

Shades of Atlantis #8BD73A

Tints of Atlantis #8BD73A

RGB

 RED value IS 139 (54.69% from 255) = 33.74%

 GREEN value IS 215 (84.38% from 255) = 52.18%

 BLUE value IS 58 (23.05% from 255) = 14.08%

R = 33.74%
G = 52.18%
B = 14.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#8BD73A (or 0x8BD73A) is known color: Atlantis. HEX triplet: 8B, D7 and 3A. RGB value is (139,215,58). Sum of RGB (Red+Green+Blue) = 139+215+58=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD73A is #7428C5. Grayscale: #AEAEAE. Windows color (decimal): -7612614 or 3856267. OLE color: 3856267.

HSL color Cylindrical-coordinate representation of color #8BD73A: hue angle of 89.04º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BD73A is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 215 58 -
CMYK 0.35 0 0.73 0.16
HSL 89.04º 0.66% 0.54% -
HSV(B) 89.04º 0.73% 0.84% -
XYZ 35.71 54.4 12.62 -
YUV 174.38 62.32 102.77 -
System Red Green Blue C M Y K H S L
Decimal 139 215 58 0.35 0 0.73 0.16 89.04 0.66 0.54
Hex 8B D7 3A 23 0 49 10 59 42 36
Octal 213 327 72 43 0 111 20 131 102 66
Binary 10001011 11010111 111010 100011 0 1001001 10000 1011001 1000010 110110

Color Harmonies of #8BD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD73A

Black with #8BD73A

Text Example


Text Example

White with #8BD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,215,58); }

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

background-color css

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

 a { background-color: rgb(139,215,58); }

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

border-color css

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

 span { border-color: rgb(139,215,58); }

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