Html Css Color HEX #9ADE4D Atlantis

📋 copy color: '#9ADE4D'

red 154 ◦ green 222 ◦ blue 77

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

Shades of Atlantis #9ADE4D

Tints of Atlantis #9ADE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17%

R = 34%
G = 49.01%
B = 17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#9ADE4D (or 0x9ADE4D) is known color: Atlantis. HEX triplet: 9A, DE and 4D. RGB value is (154,222,77). Sum of RGB (Red+Green+Blue) = 154+222+77=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE4D is #6521B2. Grayscale: #B9B9B9. Windows color (decimal): -6627763 or 5103258. OLE color: 5103258.

HSL color Cylindrical-coordinate representation of color #9ADE4D: hue angle of 88.14º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ADE4D is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 222 77 -
CMYK 0.31 0 0.65 0.13
HSL 88.14º 0.69% 0.59% -
HSV(B) 88.14º 0.65% 0.87% -
XYZ 40.79 59.65 16.38 -
YUV 185.14 66.97 105.79 -
System Red Green Blue C M Y K H S L
Decimal 154 222 77 0.31 0 0.65 0.13 88.14 0.69 0.59
Hex 9A DE 4D 1F 0 41 D 58 45 3B
Octal 232 336 115 37 0 101 15 130 105 73
Binary 10011010 11011110 1001101 11111 0 1000001 1101 1011000 1000101 111011

Color Harmonies of #9ADE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADE4D

Black with #9ADE4D

Text Example


Text Example

White with #9ADE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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