Html Css Color HEX #9AD552 Atlantis

📋 copy color: '#9AD552'

red 154 ◦ green 213 ◦ blue 82

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

Shades of Atlantis #9AD552

Tints of Atlantis #9AD552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

 BLUE value IS 82 (32.42% from 255) = 18.26%

R = 34.3%
G = 47.44%
B = 18.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#9AD552 (or 0x9AD552) is known color: Atlantis. HEX triplet: 9A, D5 and 52. RGB value is (154,213,82). Sum of RGB (Red+Green+Blue) = 154+213+82=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD552 is #652AAD. Grayscale: #B4B4B4. Windows color (decimal): -6630062 or 5428634. OLE color: 5428634.

HSL color Cylindrical-coordinate representation of color #9AD552: hue angle of 87.02º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AD552 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 213 82 -
CMYK 0.28 0 0.62 0.16
HSL 87.02º 0.61% 0.58% -
HSV(B) 87.02º 0.62% 0.84% -
XYZ 38.64 55.07 16.58 -
YUV 180.43 72.45 109.15 -
System Red Green Blue C M Y K H S L
Decimal 154 213 82 0.28 0 0.62 0.16 87.02 0.61 0.58
Hex 9A D5 52 1C 0 3E 10 57 3D 3A
Octal 232 325 122 34 0 76 20 127 75 72
Binary 10011010 11010101 1010010 11100 0 111110 10000 1010111 111101 111010

Color Harmonies of #9AD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD552

Black with #9AD552

Text Example


Text Example

White with #9AD552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,213,82); }

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

background-color css

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

 a { background-color: rgb(154,213,82); }

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

border-color css

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

 span { border-color: rgb(154,213,82); }

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