Html Css Color HEX #8ADE38 Atlantis

📋 copy color: '#8ADE38'

red 138 ◦ green 222 ◦ blue 56

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

Shades of Atlantis #8ADE38

Tints of Atlantis #8ADE38

RGB

 RED value IS 138 (54.3% from 255) = 33.17%

 GREEN value IS 222 (87.11% from 255) = 53.37%

 BLUE value IS 56 (22.27% from 255) = 13.46%

R = 33.17%
G = 53.37%
B = 13.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#8ADE38 (or 0x8ADE38) is known color: Atlantis. HEX triplet: 8A, DE and 38. RGB value is (138,222,56). Sum of RGB (Red+Green+Blue) = 138+222+56=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADE38 is #7521C7. Grayscale: #B2B2B2. Windows color (decimal): -7676360 or 3726986. OLE color: 3726986.

HSL color Cylindrical-coordinate representation of color #8ADE38: hue angle of 90.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8ADE38 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 222 56 -
CMYK 0.38 0 0.75 0.13
HSL 90.36º 0.72% 0.55% -
HSV(B) 90.36º 0.75% 0.87% -
XYZ 37.32 57.93 12.96 -
YUV 177.96 59.17 99.5 -
System Red Green Blue C M Y K H S L
Decimal 138 222 56 0.38 0 0.75 0.13 90.36 0.72 0.55
Hex 8A DE 38 26 0 4B D 5A 48 37
Octal 212 336 70 46 0 113 15 132 110 67
Binary 10001010 11011110 111000 100110 0 1001011 1101 1011010 1001000 110111

Color Harmonies of #8ADE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADE38

Black with #8ADE38

Text Example


Text Example

White with #8ADE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,56); }

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

background-color css

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

 a { background-color: rgb(138,222,56); }

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

border-color css

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

 span { border-color: rgb(138,222,56); }

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