Html Css Color HEX #8ADA4B Atlantis

📋 copy color: '#8ADA4B'

red 138 ◦ green 218 ◦ blue 75

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

Shades of Atlantis #8ADA4B

Tints of Atlantis #8ADA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.58%

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

R = 32.02%
G = 50.58%
B = 17.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#8ADA4B (or 0x8ADA4B) is known color: Atlantis. HEX triplet: 8A, DA and 4B. RGB value is (138,218,75). Sum of RGB (Red+Green+Blue) = 138+218+75=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADA4B is #7525B4. Grayscale: #B2B2B2. Windows color (decimal): -7677365 or 4971146. OLE color: 4971146.

HSL color Cylindrical-coordinate representation of color #8ADA4B: hue angle of 93.57º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ADA4B is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 218 75 -
CMYK 0.37 0 0.66 0.15
HSL 93.57º 0.66% 0.57% -
HSV(B) 93.57º 0.66% 0.85% -
XYZ 36.82 56.05 15.54 -
YUV 177.78 70 99.63 -
System Red Green Blue C M Y K H S L
Decimal 138 218 75 0.37 0 0.66 0.15 93.57 0.66 0.57
Hex 8A DA 4B 25 0 42 F 5E 42 39
Octal 212 332 113 45 0 102 17 136 102 71
Binary 10001010 11011010 1001011 100101 0 1000010 1111 1011110 1000010 111001

Color Harmonies of #8ADA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADA4B

Black with #8ADA4B

Text Example


Text Example

White with #8ADA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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