Html Css Color HEX #9AD848 Atlantis

📋 copy color: '#9AD848'

red 154 ◦ green 216 ◦ blue 72

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

Shades of Atlantis #9AD848

Tints of Atlantis #9AD848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.87%

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

R = 34.84%
G = 48.87%
B = 16.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#9AD848 (or 0x9AD848) is known color: Atlantis. HEX triplet: 9A, D8 and 48. RGB value is (154,216,72). Sum of RGB (Red+Green+Blue) = 154+216+72=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD848 is #6527B7. Grayscale: #B5B5B5. Windows color (decimal): -6629304 or 4774042. OLE color: 4774042.

HSL color Cylindrical-coordinate representation of color #9AD848: hue angle of 85.83º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AD848 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 216 72 -
CMYK 0.29 0 0.67 0.15
HSL 85.83º 0.65% 0.56% -
HSV(B) 85.83º 0.67% 0.85% -
XYZ 39.05 56.45 14.97 -
YUV 181.05 66.46 108.71 -
System Red Green Blue C M Y K H S L
Decimal 154 216 72 0.29 0 0.67 0.15 85.83 0.65 0.56
Hex 9A D8 48 1D 0 43 F 56 41 38
Octal 232 330 110 35 0 103 17 126 101 70
Binary 10011010 11011000 1001000 11101 0 1000011 1111 1010110 1000001 111000

Color Harmonies of #9AD848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD848

Black with #9AD848

Text Example


Text Example

White with #9AD848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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