Html Css Color HEX #8BD146 Atlantis

📋 copy color: '#8BD146'

red 139 ◦ green 209 ◦ blue 70

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

Shades of Atlantis #8BD146

Tints of Atlantis #8BD146

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50%

 BLUE value IS 70 (27.73% from 255) = 16.75%

R = 33.25%
G = 50%
B = 16.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#8BD146 (or 0x8BD146) is known color: Atlantis. HEX triplet: 8B, D1 and 46. RGB value is (139,209,70). Sum of RGB (Red+Green+Blue) = 139+209+70=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD146 is #742EB9. Grayscale: #ACACAC. Windows color (decimal): -7614138 or 4641163. OLE color: 4641163.

HSL color Cylindrical-coordinate representation of color #8BD146: hue angle of 90.22º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BD146 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 209 70 -
CMYK 0.33 0 0.67 0.18
HSL 90.22º 0.6% 0.55% -
HSV(B) 90.22º 0.67% 0.82% -
XYZ 34.55 51.53 13.92 -
YUV 172.22 70.31 104.3 -
System Red Green Blue C M Y K H S L
Decimal 139 209 70 0.33 0 0.67 0.18 90.22 0.6 0.55
Hex 8B D1 46 21 0 43 12 5A 3C 37
Octal 213 321 106 41 0 103 22 132 74 67
Binary 10001011 11010001 1000110 100001 0 1000011 10010 1011010 111100 110111

Color Harmonies of #8BD146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD146

Black with #8BD146

Text Example


Text Example

White with #8BD146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,209,70); }

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

background-color css

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

 a { background-color: rgb(139,209,70); }

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

border-color css

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

 span { border-color: rgb(139,209,70); }

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