Html Css Color HEX #9ADE48 Atlantis

📋 copy color: '#9ADE48'

red 154 ◦ green 222 ◦ blue 72

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

Shades of Atlantis #9ADE48

Tints of Atlantis #9ADE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.07%

R = 34.38%
G = 49.55%
B = 16.07%

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

#9ADE48 (or 0x9ADE48) is known color: Atlantis. HEX triplet: 9A, DE and 48. RGB value is (154,222,72). Sum of RGB (Red+Green+Blue) = 154+222+72=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADE48 is #6521B7. Grayscale: #B9B9B9. Windows color (decimal): -6627768 or 4775578. OLE color: 4775578.

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

Color convert

RGB 154 222 72 -
CMYK 0.31 0 0.68 0.13
HSL 87.2º 0.69% 0.58% -
HSV(B) 87.2º 0.68% 0.87% -
XYZ 40.62 59.58 15.49 -
YUV 184.57 64.47 106.2 -
System Red Green Blue C M Y K H S L
Decimal 154 222 72 0.31 0 0.68 0.13 87.2 0.69 0.58
Hex 9A DE 48 1F 0 44 D 57 45 3A
Octal 232 336 110 37 0 104 15 127 105 72
Binary 10011010 11011110 1001000 11111 0 1000100 1101 1010111 1000101 111010

Color Harmonies of #9ADE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADE48

Black with #9ADE48

Text Example


Text Example

White with #9ADE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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