Html Css Color HEX #8ADE3D Atlantis

📋 copy color: '#8ADE3D'

red 138 ◦ green 222 ◦ blue 61

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

Shades of Atlantis #8ADE3D

Tints of Atlantis #8ADE3D

RGB

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

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

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

R = 32.78%
G = 52.73%
B = 14.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#8ADE3D (or 0x8ADE3D) is known color: Atlantis. HEX triplet: 8A, DE and 3D. RGB value is (138,222,61). Sum of RGB (Red+Green+Blue) = 138+222+61=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADE3D is #7521C2. Grayscale: #B3B3B3. Windows color (decimal): -7676355 or 4054666. OLE color: 4054666.

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

Color convert

RGB 138 222 61 -
CMYK 0.38 0 0.73 0.13
HSL 91.3º 0.71% 0.55% -
HSV(B) 91.3º 0.73% 0.87% -
XYZ 37.44 57.98 13.63 -
YUV 178.53 61.67 99.09 -
System Red Green Blue C M Y K H S L
Decimal 138 222 61 0.38 0 0.73 0.13 91.3 0.71 0.55
Hex 8A DE 3D 26 0 49 D 5B 47 37
Octal 212 336 75 46 0 111 15 133 107 67
Binary 10001010 11011110 111101 100110 0 1001001 1101 1011011 1000111 110111

Color Harmonies of #8ADE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADE3D

Black with #8ADE3D

Text Example


Text Example

White with #8ADE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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