Html Css Color HEX #8DBC46 Atlantis

📋 copy color: '#8DBC46'

red 141 ◦ green 188 ◦ blue 70

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

Shades of Atlantis #8DBC46

Tints of Atlantis #8DBC46

RGB

 RED value IS 141 (55.47% from 255) = 35.34%

 GREEN value IS 188 (73.83% from 255) = 47.12%

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

R = 35.34%
G = 47.12%
B = 17.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#8DBC46 (or 0x8DBC46) is known color: Atlantis. HEX triplet: 8D, BC and 46. RGB value is (141,188,70). Sum of RGB (Red+Green+Blue) = 141+188+70=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC46 is #7243B9. Grayscale: #A0A0A0. Windows color (decimal): -7488442 or 4635789. OLE color: 4635789.

HSL color Cylindrical-coordinate representation of color #8DBC46: hue angle of 83.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DBC46 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 188 70 -
CMYK 0.25 0 0.63 0.26
HSL 83.9º 0.47% 0.51% -
HSV(B) 83.9º 0.63% 0.74% -
XYZ 30.07 42.07 12.33 -
YUV 160.5 76.93 114.09 -
System Red Green Blue C M Y K H S L
Decimal 141 188 70 0.25 0 0.63 0.26 83.9 0.47 0.51
Hex 8D BC 46 19 0 3F 1A 54 2F 33
Octal 215 274 106 31 0 77 32 124 57 63
Binary 10001101 10111100 1000110 11001 0 111111 11010 1010100 101111 110011

Color Harmonies of #8DBC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBC46

Black with #8DBC46

Text Example


Text Example

White with #8DBC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,188,70); }

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

background-color css

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

 a { background-color: rgb(141,188,70); }

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

border-color css

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

 span { border-color: rgb(141,188,70); }

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