Html Css Color HEX #9ADC40 Atlantis

📋 copy color: '#9ADC40'

red 154 ◦ green 220 ◦ blue 64

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

Shades of Atlantis #9ADC40

Tints of Atlantis #9ADC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 35.16%
G = 50.23%
B = 14.61%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#9ADC40 (or 0x9ADC40) is known color: Atlantis. HEX triplet: 9A, DC and 40. RGB value is (154,220,64). Sum of RGB (Red+Green+Blue) = 154+220+64=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADC40 is #6523BF. Grayscale: #B7B7B7. Windows color (decimal): -6628288 or 4250778. OLE color: 4250778.

HSL color Cylindrical-coordinate representation of color #9ADC40: hue angle of 85.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9ADC40 is Cyan = 0.3, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 64 -
CMYK 0.3 0 0.71 0.14
HSL 85.38º 0.69% 0.56% -
HSV(B) 85.38º 0.71% 0.86% -
XYZ 39.85 58.43 14.03 -
YUV 182.48 61.13 107.68 -
System Red Green Blue C M Y K H S L
Decimal 154 220 64 0.3 0 0.71 0.14 85.38 0.69 0.56
Hex 9A DC 40 1E 0 47 E 55 45 38
Octal 232 334 100 36 0 107 16 125 105 70
Binary 10011010 11011100 1000000 11110 0 1000111 1110 1010101 1000101 111000

Color Harmonies of #9ADC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC40

Black with #9ADC40

Text Example


Text Example

White with #9ADC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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