Html Css Color HEX #8AD23B Atlantis

📋 copy color: '#8AD23B'

red 138 ◦ green 210 ◦ blue 59

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

Shades of Atlantis #8AD23B

Tints of Atlantis #8AD23B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.6%

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

R = 33.91%
G = 51.6%
B = 14.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#8AD23B (or 0x8AD23B) is known color: Atlantis. HEX triplet: 8A, D2 and 3B. RGB value is (138,210,59). Sum of RGB (Red+Green+Blue) = 138+210+59=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD23B is #752DC4. Grayscale: #ABABAB. Windows color (decimal): -7679429 or 3920522. OLE color: 3920522.

HSL color Cylindrical-coordinate representation of color #8AD23B: hue angle of 88.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AD23B is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 210 59 -
CMYK 0.34 0 0.72 0.18
HSL 88.61º 0.63% 0.53% -
HSV(B) 88.61º 0.72% 0.82% -
XYZ 34.32 51.81 12.33 -
YUV 171.26 64.65 104.28 -
System Red Green Blue C M Y K H S L
Decimal 138 210 59 0.34 0 0.72 0.18 88.61 0.63 0.53
Hex 8A D2 3B 22 0 48 12 59 3F 35
Octal 212 322 73 42 0 110 22 131 77 65
Binary 10001010 11010010 111011 100010 0 1001000 10010 1011001 111111 110101

Color Harmonies of #8AD23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD23B

Black with #8AD23B

Text Example


Text Example

White with #8AD23B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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