Html Css Color HEX #8ADA3C Atlantis

📋 copy color: '#8ADA3C'

red 138 ◦ green 218 ◦ blue 60

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

Shades of Atlantis #8ADA3C

Tints of Atlantis #8ADA3C

RGB

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

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

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

R = 33.17%
G = 52.4%
B = 14.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#8ADA3C (or 0x8ADA3C) is known color: Atlantis. HEX triplet: 8A, DA and 3C. RGB value is (138,218,60). Sum of RGB (Red+Green+Blue) = 138+218+60=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADA3C is #7525C3. Grayscale: #B0B0B0. Windows color (decimal): -7677380 or 3988106. OLE color: 3988106.

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

Color convert

RGB 138 218 60 -
CMYK 0.37 0 0.72 0.15
HSL 90.38º 0.68% 0.55% -
HSV(B) 90.38º 0.72% 0.85% -
XYZ 36.37 55.87 13.14 -
YUV 176.07 62.5 100.85 -
System Red Green Blue C M Y K H S L
Decimal 138 218 60 0.37 0 0.72 0.15 90.38 0.68 0.55
Hex 8A DA 3C 25 0 48 F 5A 44 37
Octal 212 332 74 45 0 110 17 132 104 67
Binary 10001010 11011010 111100 100101 0 1001000 1111 1011010 1000100 110111

Color Harmonies of #8ADA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADA3C

Black with #8ADA3C

Text Example


Text Example

White with #8ADA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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