Html Css Color HEX #8BDC4A Atlantis

📋 copy color: '#8BDC4A'

red 139 ◦ green 220 ◦ blue 74

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

Shades of Atlantis #8BDC4A

Tints of Atlantis #8BDC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.81%

 BLUE value IS 74 (29.3% from 255) = 17.09%

R = 32.1%
G = 50.81%
B = 17.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#8BDC4A (or 0x8BDC4A) is known color: Atlantis. HEX triplet: 8B, DC and 4A. RGB value is (139,220,74). Sum of RGB (Red+Green+Blue) = 139+220+74=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDC4A is #7423B5. Grayscale: #B3B3B3. Windows color (decimal): -7611318 or 4906123. OLE color: 4906123.

HSL color Cylindrical-coordinate representation of color #8BDC4A: hue angle of 93.29º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BDC4A is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 220 74 -
CMYK 0.37 0 0.66 0.14
HSL 93.29º 0.68% 0.58% -
HSV(B) 93.29º 0.66% 0.86% -
XYZ 37.48 57.17 15.54 -
YUV 179.14 68.66 99.37 -
System Red Green Blue C M Y K H S L
Decimal 139 220 74 0.37 0 0.66 0.14 93.29 0.68 0.58
Hex 8B DC 4A 25 0 42 E 5D 44 3A
Octal 213 334 112 45 0 102 16 135 104 72
Binary 10001011 11011100 1001010 100101 0 1000010 1110 1011101 1000100 111010

Color Harmonies of #8BDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDC4A

Black with #8BDC4A

Text Example


Text Example

White with #8BDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,220,74); }

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

background-color css

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

 a { background-color: rgb(139,220,74); }

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

border-color css

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

 span { border-color: rgb(139,220,74); }

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