Html Css Color HEX #8ADC46 Atlantis

📋 copy color: '#8ADC46'

red 138 ◦ green 220 ◦ blue 70

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

Shades of Atlantis #8ADC46

Tints of Atlantis #8ADC46

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.4%

 BLUE value IS 70 (27.73% from 255) = 16.36%

R = 32.24%
G = 51.4%
B = 16.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#8ADC46 (or 0x8ADC46) is known color: Atlantis. HEX triplet: 8A, DC and 46. RGB value is (138,220,70). Sum of RGB (Red+Green+Blue) = 138+220+70=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC46 is #7523B9. Grayscale: #B2B2B2. Windows color (decimal): -7676858 or 4643978. OLE color: 4643978.

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

Color convert

RGB 138 220 70 -
CMYK 0.37 0 0.68 0.14
HSL 92.8º 0.68% 0.57% -
HSV(B) 92.8º 0.68% 0.86% -
XYZ 37.18 57.03 14.84 -
YUV 178.38 66.83 99.2 -
System Red Green Blue C M Y K H S L
Decimal 138 220 70 0.37 0 0.68 0.14 92.8 0.68 0.57
Hex 8A DC 46 25 0 44 E 5D 44 39
Octal 212 334 106 45 0 104 16 135 104 71
Binary 10001010 11011100 1000110 100101 0 1000100 1110 1011101 1000100 111001

Color Harmonies of #8ADC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC46

Black with #8ADC46

Text Example


Text Example

White with #8ADC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,220,70); }

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

background-color css

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

 a { background-color: rgb(138,220,70); }

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

border-color css

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

 span { border-color: rgb(138,220,70); }

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