Html Css Color HEX #9ADD3F Atlantis

📋 copy color: '#9ADD3F'

red 154 ◦ green 221 ◦ blue 63

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

Shades of Atlantis #9ADD3F

Tints of Atlantis #9ADD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.38%

R = 35.16%
G = 50.46%
B = 14.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#9ADD3F (or 0x9ADD3F) is known color: Atlantis. HEX triplet: 9A, DD and 3F. RGB value is (154,221,63). Sum of RGB (Red+Green+Blue) = 154+221+63=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADD3F is #6522C0. Grayscale: #B7B7B7. Windows color (decimal): -6628033 or 4185498. OLE color: 4185498.

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

Color convert

RGB 154 221 63 -
CMYK 0.30 0 0.71 0.13
HSL 85.44º 0.7% 0.56% -
HSV(B) 85.44º 0.71% 0.87% -
XYZ 40.08 58.94 13.97 -
YUV 182.96 60.3 107.35 -
System Red Green Blue C M Y K H S L
Decimal 154 221 63 0.30 0 0.71 0.13 85.44 0.7 0.56
Hex 9A DD 3F 1E 0 47 D 55 46 38
Octal 232 335 77 36 0 107 15 125 106 70
Binary 10011010 11011101 111111 11110 0 1000111 1101 1010101 1000110 111000

Color Harmonies of #9ADD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD3F

Black with #9ADD3F

Text Example


Text Example

White with #9ADD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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