Html Css Color HEX #8DEA3D Atlantis

📋 copy color: '#8DEA3D'

red 141 ◦ green 234 ◦ blue 61

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

Shades of Atlantis #8DEA3D

Tints of Atlantis #8DEA3D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.67%

 BLUE value IS 61 (24.22% from 255) = 13.99%

R = 32.34%
G = 53.67%
B = 13.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#8DEA3D (or 0x8DEA3D) is known color: Atlantis. HEX triplet: 8D, EA and 3D. RGB value is (141,234,61). Sum of RGB (Red+Green+Blue) = 141+234+61=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEA3D is #7215C2. Grayscale: #BBBBBB. Windows color (decimal): -7476675 or 4057741. OLE color: 4057741.

HSL color Cylindrical-coordinate representation of color #8DEA3D: hue angle of 92.25º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DEA3D is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 234 61 -
CMYK 0.40 0 0.74 0.08
HSL 92.25º 0.8% 0.58% -
HSV(B) 92.25º 0.74% 0.92% -
XYZ 41.25 64.85 14.76 -
YUV 186.47 57.19 95.57 -
System Red Green Blue C M Y K H S L
Decimal 141 234 61 0.40 0 0.74 0.08 92.25 0.8 0.58
Hex 8D EA 3D 28 0 4A 8 5C 50 3A
Octal 215 352 75 50 0 112 10 134 120 72
Binary 10001101 11101010 111101 101000 0 1001010 1000 1011100 1010000 111010

Color Harmonies of #8DEA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEA3D

Black with #8DEA3D

Text Example


Text Example

White with #8DEA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,234,61); }

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

background-color css

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

 a { background-color: rgb(141,234,61); }

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

border-color css

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

 span { border-color: rgb(141,234,61); }

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