Html Css Color HEX #9AD052 Atlantis

📋 copy color: '#9AD052'

red 154 ◦ green 208 ◦ blue 82

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

Shades of Atlantis #9AD052

Tints of Atlantis #9AD052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.85%

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

R = 34.68%
G = 46.85%
B = 18.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#9AD052 (or 0x9AD052) is known color: Atlantis. HEX triplet: 9A, D0 and 52. RGB value is (154,208,82). Sum of RGB (Red+Green+Blue) = 154+208+82=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD052 is #652FAD. Grayscale: #B1B1B1. Windows color (decimal): -6631342 or 5427354. OLE color: 5427354.

HSL color Cylindrical-coordinate representation of color #9AD052: hue angle of 85.71º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AD052 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 208 82 -
CMYK 0.26 0 0.61 0.18
HSL 85.71º 0.57% 0.57% -
HSV(B) 85.71º 0.61% 0.82% -
XYZ 37.41 52.59 16.16 -
YUV 177.49 74.11 111.25 -
System Red Green Blue C M Y K H S L
Decimal 154 208 82 0.26 0 0.61 0.18 85.71 0.57 0.57
Hex 9A D0 52 1A 0 3D 12 56 39 39
Octal 232 320 122 32 0 75 22 126 71 71
Binary 10011010 11010000 1010010 11010 0 111101 10010 1010110 111001 111001

Color Harmonies of #9AD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD052

Black with #9AD052

Text Example


Text Example

White with #9AD052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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