Html Css Color HEX #9ADD3D Atlantis

📋 copy color: '#9ADD3D'

red 154 ◦ green 221 ◦ blue 61

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

Shades of Atlantis #9ADD3D

Tints of Atlantis #9ADD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.99%

R = 35.32%
G = 50.69%
B = 13.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#9ADD3D (or 0x9ADD3D) is known color: Atlantis. HEX triplet: 9A, DD and 3D. RGB value is (154,221,61). Sum of RGB (Red+Green+Blue) = 154+221+61=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADD3D is #6522C2. Grayscale: #B7B7B7. Windows color (decimal): -6628035 or 4054426. OLE color: 4054426.

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

Color convert

RGB 154 221 61 -
CMYK 0.30 0 0.72 0.13
HSL 85.13º 0.7% 0.55% -
HSV(B) 85.13º 0.72% 0.87% -
XYZ 40.03 58.92 13.68 -
YUV 182.73 59.3 107.51 -
System Red Green Blue C M Y K H S L
Decimal 154 221 61 0.30 0 0.72 0.13 85.13 0.7 0.55
Hex 9A DD 3D 1E 0 48 D 55 46 37
Octal 232 335 75 36 0 110 15 125 106 67
Binary 10011010 11011101 111101 11110 0 1001000 1101 1010101 1000110 110111

Color Harmonies of #9ADD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD3D

Black with #9ADD3D

Text Example


Text Example

White with #9ADD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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