Html Css Color HEX #9ADC36 Atlantis

📋 copy color: '#9ADC36'

red 154 ◦ green 220 ◦ blue 54

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

Shades of Atlantis #9ADC36

Tints of Atlantis #9ADC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.62%

R = 35.98%
G = 51.4%
B = 12.62%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#9ADC36 (or 0x9ADC36) is known color: Atlantis. HEX triplet: 9A, DC and 36. RGB value is (154,220,54). Sum of RGB (Red+Green+Blue) = 154+220+54=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADC36 is #6523C9. Grayscale: #B5B5B5. Windows color (decimal): -6628298 or 3595418. OLE color: 3595418.

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

Color convert

RGB 154 220 54 -
CMYK 0.3 0 0.75 0.14
HSL 83.86º 0.7% 0.54% -
HSV(B) 83.86º 0.75% 0.86% -
XYZ 39.59 58.32 12.66 -
YUV 181.34 56.13 108.5 -
System Red Green Blue C M Y K H S L
Decimal 154 220 54 0.3 0 0.75 0.14 83.86 0.7 0.54
Hex 9A DC 36 1E 0 4B E 54 46 36
Octal 232 334 66 36 0 113 16 124 106 66
Binary 10011010 11011100 110110 11110 0 1001011 1110 1010100 1000110 110110

Color Harmonies of #9ADC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC36

Black with #9ADC36

Text Example


Text Example

White with #9ADC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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