Html Css Color HEX #9ADE3D Atlantis

📋 copy color: '#9ADE3D'

red 154 ◦ green 222 ◦ blue 61

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

Shades of Atlantis #9ADE3D

Tints of Atlantis #9ADE3D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.8%

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

R = 35.24%
G = 50.8%
B = 13.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#9ADE3D (or 0x9ADE3D) is known color: Atlantis. HEX triplet: 9A, DE and 3D. RGB value is (154,222,61). Sum of RGB (Red+Green+Blue) = 154+222+61=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADE3D is #6521C2. Grayscale: #B7B7B7. Windows color (decimal): -6627779 or 4054682. OLE color: 4054682.

HSL color Cylindrical-coordinate representation of color #9ADE3D: hue angle of 85.34º degrees, saturation: 0.71, 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 #9ADE3D is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 222 61 -
CMYK 0.31 0 0.73 0.13
HSL 85.34º 0.71% 0.55% -
HSV(B) 85.34º 0.73% 0.87% -
XYZ 40.29 59.45 13.77 -
YUV 183.31 58.97 107.09 -
System Red Green Blue C M Y K H S L
Decimal 154 222 61 0.31 0 0.73 0.13 85.34 0.71 0.55
Hex 9A DE 3D 1F 0 49 D 55 47 37
Octal 232 336 75 37 0 111 15 125 107 67
Binary 10011010 11011110 111101 11111 0 1001001 1101 1010101 1000111 110111

Color Harmonies of #9ADE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADE3D

Black with #9ADE3D

Text Example


Text Example

White with #9ADE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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