Html Css Color HEX #9ADE47 Atlantis

📋 copy color: '#9ADE47'

red 154 ◦ green 222 ◦ blue 71

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

Shades of Atlantis #9ADE47

Tints of Atlantis #9ADE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.88%

R = 34.45%
G = 49.66%
B = 15.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#9ADE47 (or 0x9ADE47) is known color: Atlantis. HEX triplet: 9A, DE and 47. RGB value is (154,222,71). Sum of RGB (Red+Green+Blue) = 154+222+71=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADE47 is #6521B8. Grayscale: #B8B8B8. Windows color (decimal): -6627769 or 4710042. OLE color: 4710042.

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

Color convert

RGB 154 222 71 -
CMYK 0.31 0 0.68 0.13
HSL 87.02º 0.7% 0.57% -
HSV(B) 87.02º 0.68% 0.87% -
XYZ 40.59 59.57 15.32 -
YUV 184.45 63.97 106.28 -
System Red Green Blue C M Y K H S L
Decimal 154 222 71 0.31 0 0.68 0.13 87.02 0.7 0.57
Hex 9A DE 47 1F 0 44 D 57 46 39
Octal 232 336 107 37 0 104 15 127 106 71
Binary 10011010 11011110 1000111 11111 0 1000100 1101 1010111 1000110 111001

Color Harmonies of #9ADE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADE47

Black with #9ADE47

Text Example


Text Example

White with #9ADE47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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