Html Css Color HEX #9ADC46 Atlantis

📋 copy color: '#9ADC46'

red 154 ◦ green 220 ◦ blue 70

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

Shades of Atlantis #9ADC46

Tints of Atlantis #9ADC46

RGB

 RED value IS 154 (60.55% from 255) = 34.68%

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

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

R = 34.68%
G = 49.55%
B = 15.77%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#9ADC46 (or 0x9ADC46) is known color: Atlantis. HEX triplet: 9A, DC and 46. RGB value is (154,220,70). Sum of RGB (Red+Green+Blue) = 154+220+70=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADC46 is #6523B9. Grayscale: #B7B7B7. Windows color (decimal): -6628282 or 4643994. OLE color: 4643994.

HSL color Cylindrical-coordinate representation of color #9ADC46: hue angle of 86.4º 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 #9ADC46 is Cyan = 0.3, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 70 -
CMYK 0.3 0 0.68 0.14
HSL 86.4º 0.68% 0.57% -
HSV(B) 86.4º 0.68% 0.86% -
XYZ 40.03 58.5 14.98 -
YUV 183.17 64.13 107.2 -
System Red Green Blue C M Y K H S L
Decimal 154 220 70 0.3 0 0.68 0.14 86.4 0.68 0.57
Hex 9A DC 46 1E 0 44 E 56 44 39
Octal 232 334 106 36 0 104 16 126 104 71
Binary 10011010 11011100 1000110 11110 0 1000100 1110 1010110 1000100 111001

Color Harmonies of #9ADC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC46

Black with #9ADC46

Text Example


Text Example

White with #9ADC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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