Html Css Color HEX #8AD83B Atlantis

📋 copy color: '#8AD83B'

red 138 ◦ green 216 ◦ blue 59

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

Shades of Atlantis #8AD83B

Tints of Atlantis #8AD83B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.3%

 BLUE value IS 59 (23.44% from 255) = 14.29%

R = 33.41%
G = 52.3%
B = 14.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#8AD83B (or 0x8AD83B) is known color: Atlantis. HEX triplet: 8A, D8 and 3B. RGB value is (138,216,59). Sum of RGB (Red+Green+Blue) = 138+216+59=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD83B is #7527C4. Grayscale: #AFAFAF. Windows color (decimal): -7677893 or 3922058. OLE color: 3922058.

HSL color Cylindrical-coordinate representation of color #8AD83B: hue angle of 89.81º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AD83B is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 216 59 -
CMYK 0.36 0 0.73 0.15
HSL 89.81º 0.67% 0.54% -
HSV(B) 89.81º 0.73% 0.85% -
XYZ 35.83 54.83 12.83 -
YUV 174.78 62.66 101.77 -
System Red Green Blue C M Y K H S L
Decimal 138 216 59 0.36 0 0.73 0.15 89.81 0.67 0.54
Hex 8A D8 3B 24 0 49 F 5A 43 36
Octal 212 330 73 44 0 111 17 132 103 66
Binary 10001010 11011000 111011 100100 0 1001001 1111 1011010 1000011 110110

Color Harmonies of #8AD83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD83B

Black with #8AD83B

Text Example


Text Example

White with #8AD83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,216,59); }

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

background-color css

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

 a { background-color: rgb(138,216,59); }

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

border-color css

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

 span { border-color: rgb(138,216,59); }

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