Html Css Color HEX #8DEA30 Atlantis

📋 copy color: '#8DEA30'

red 141 ◦ green 234 ◦ blue 48

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

Shades of Atlantis #8DEA30

Tints of Atlantis #8DEA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.35%

R = 33.33%
G = 55.32%
B = 11.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#8DEA30 (or 0x8DEA30) is known color: Atlantis. HEX triplet: 8D, EA and 30. RGB value is (141,234,48). Sum of RGB (Red+Green+Blue) = 141+234+48=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEA30 is #7215CF. Grayscale: #B9B9B9. Windows color (decimal): -7476688 or 3205773. OLE color: 3205773.

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

Color convert

RGB 141 234 48 -
CMYK 0.40 0 0.79 0.08
HSL 90º 0.82% 0.55% -
HSV(B) 90º 0.79% 0.92% -
XYZ 40.94 64.72 13.13 -
YUV 184.99 50.69 96.62 -
System Red Green Blue C M Y K H S L
Decimal 141 234 48 0.40 0 0.79 0.08 90 0.82 0.55
Hex 8D EA 30 28 0 4F 8 5A 52 37
Octal 215 352 60 50 0 117 10 132 122 67
Binary 10001101 11101010 110000 101000 0 1001111 1000 1011010 1010010 110111

Color Harmonies of #8DEA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEA30

Black with #8DEA30

Text Example


Text Example

White with #8DEA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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