Html Css Color HEX #8AD53C Atlantis

📋 copy color: '#8AD53C'

red 138 ◦ green 213 ◦ blue 60

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

Shades of Atlantis #8AD53C

Tints of Atlantis #8AD53C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.82%

 BLUE value IS 60 (23.83% from 255) = 14.6%

R = 33.58%
G = 51.82%
B = 14.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#8AD53C (or 0x8AD53C) is known color: Atlantis. HEX triplet: 8A, D5 and 3C. RGB value is (138,213,60). Sum of RGB (Red+Green+Blue) = 138+213+60=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD53C is #752AC3. Grayscale: #ADADAD. Windows color (decimal): -7678660 or 3986826. OLE color: 3986826.

HSL color Cylindrical-coordinate representation of color #8AD53C: hue angle of 89.41º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AD53C is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 213 60 -
CMYK 0.35 0 0.72 0.16
HSL 89.41º 0.65% 0.54% -
HSV(B) 89.41º 0.72% 0.84% -
XYZ 35.09 53.32 12.72 -
YUV 173.13 64.15 102.94 -
System Red Green Blue C M Y K H S L
Decimal 138 213 60 0.35 0 0.72 0.16 89.41 0.65 0.54
Hex 8A D5 3C 23 0 48 10 59 41 36
Octal 212 325 74 43 0 110 20 131 101 66
Binary 10001010 11010101 111100 100011 0 1001000 10000 1011001 1000001 110110

Color Harmonies of #8AD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD53C

Black with #8AD53C

Text Example


Text Example

White with #8AD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,213,60); }

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

background-color css

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

 a { background-color: rgb(138,213,60); }

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

border-color css

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

 span { border-color: rgb(138,213,60); }

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