Html Css Color HEX #8ADD4B Atlantis

📋 copy color: '#8ADD4B'

red 138 ◦ green 221 ◦ blue 75

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

Shades of Atlantis #8ADD4B

Tints of Atlantis #8ADD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.92%

 BLUE value IS 75 (29.69% from 255) = 17.28%

R = 31.8%
G = 50.92%
B = 17.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#8ADD4B (or 0x8ADD4B) is known color: Atlantis. HEX triplet: 8A, DD and 4B. RGB value is (138,221,75). Sum of RGB (Red+Green+Blue) = 138+221+75=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADD4B is #7522B4. Grayscale: #B4B4B4. Windows color (decimal): -7676597 or 4971914. OLE color: 4971914.

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

Color convert

RGB 138 221 75 -
CMYK 0.38 0 0.66 0.13
HSL 94.11º 0.68% 0.58% -
HSV(B) 94.11º 0.66% 0.87% -
XYZ 37.61 57.62 15.8 -
YUV 179.54 69 98.37 -
System Red Green Blue C M Y K H S L
Decimal 138 221 75 0.38 0 0.66 0.13 94.11 0.68 0.58
Hex 8A DD 4B 26 0 42 D 5E 44 3A
Octal 212 335 113 46 0 102 15 136 104 72
Binary 10001010 11011101 1001011 100110 0 1000010 1101 1011110 1000100 111010

Color Harmonies of #8ADD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADD4B

Black with #8ADD4B

Text Example


Text Example

White with #8ADD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,221,75); }

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

background-color css

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

 a { background-color: rgb(138,221,75); }

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

border-color css

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

 span { border-color: rgb(138,221,75); }

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