Html Css Color HEX #9ADD3C Atlantis

📋 copy color: '#9ADD3C'

red 154 ◦ green 221 ◦ blue 60

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

Shades of Atlantis #9ADD3C

Tints of Atlantis #9ADD3C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.8%

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

R = 35.4%
G = 50.8%
B = 13.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#9ADD3C (or 0x9ADD3C) is known color: Atlantis. HEX triplet: 9A, DD and 3C. RGB value is (154,221,60). Sum of RGB (Red+Green+Blue) = 154+221+60=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADD3C is #6522C3. Grayscale: #B7B7B7. Windows color (decimal): -6628036 or 3988890. OLE color: 3988890.

HSL color Cylindrical-coordinate representation of color #9ADD3C: hue angle of 84.97º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9ADD3C is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 60 -
CMYK 0.30 0 0.73 0.13
HSL 84.97º 0.7% 0.55% -
HSV(B) 84.97º 0.73% 0.87% -
XYZ 40 58.91 13.54 -
YUV 182.61 58.8 107.59 -
System Red Green Blue C M Y K H S L
Decimal 154 221 60 0.30 0 0.73 0.13 84.97 0.7 0.55
Hex 9A DD 3C 1E 0 49 D 55 46 37
Octal 232 335 74 36 0 111 15 125 106 67
Binary 10011010 11011101 111100 11110 0 1001001 1101 1010101 1000110 110111

Color Harmonies of #9ADD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD3C

Black with #9ADD3C

Text Example


Text Example

White with #9ADD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,60); }

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

background-color css

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

 a { background-color: rgb(154,221,60); }

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

border-color css

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

 span { border-color: rgb(154,221,60); }

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