Html Css Color HEX #9AD745 Atlantis

📋 copy color: '#9AD745'

red 154 ◦ green 215 ◦ blue 69

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

Shades of Atlantis #9AD745

Tints of Atlantis #9AD745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

 BLUE value IS 69 (27.34% from 255) = 15.75%

R = 35.16%
G = 49.09%
B = 15.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#9AD745 (or 0x9AD745) is known color: Atlantis. HEX triplet: 9A, D7 and 45. RGB value is (154,215,69). Sum of RGB (Red+Green+Blue) = 154+215+69=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD745 is #6528BA. Grayscale: #B4B4B4. Windows color (decimal): -6629563 or 4577178. OLE color: 4577178.

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

Color convert

RGB 154 215 69 -
CMYK 0.28 0 0.68 0.16
HSL 85.07º 0.65% 0.56% -
HSV(B) 85.07º 0.68% 0.84% -
XYZ 38.7 55.9 14.38 -
YUV 180.12 65.29 109.37 -
System Red Green Blue C M Y K H S L
Decimal 154 215 69 0.28 0 0.68 0.16 85.07 0.65 0.56
Hex 9A D7 45 1C 0 44 10 55 41 38
Octal 232 327 105 34 0 104 20 125 101 70
Binary 10011010 11010111 1000101 11100 0 1000100 10000 1010101 1000001 111000

Color Harmonies of #9AD745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD745

Black with #9AD745

Text Example


Text Example

White with #9AD745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,215,69); }

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

background-color css

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

 a { background-color: rgb(154,215,69); }

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

border-color css

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

 span { border-color: rgb(154,215,69); }

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