Html Css Color HEX #9AD735 Atlantis

📋 copy color: '#9AD735'

red 154 ◦ green 215 ◦ blue 53

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

Shades of Atlantis #9AD735

Tints of Atlantis #9AD735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.56%

R = 36.49%
G = 50.95%
B = 12.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#9AD735 (or 0x9AD735) is known color: Atlantis. HEX triplet: 9A, D7 and 35. RGB value is (154,215,53). Sum of RGB (Red+Green+Blue) = 154+215+53=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD735 is #6528CA. Grayscale: #B2B2B2. Windows color (decimal): -6629579 or 3528602. OLE color: 3528602.

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

Color convert

RGB 154 215 53 -
CMYK 0.28 0 0.75 0.16
HSL 82.59º 0.67% 0.53% -
HSV(B) 82.59º 0.75% 0.84% -
XYZ 38.27 55.73 12.11 -
YUV 178.29 57.29 110.67 -
System Red Green Blue C M Y K H S L
Decimal 154 215 53 0.28 0 0.75 0.16 82.59 0.67 0.53
Hex 9A D7 35 1C 0 4B 10 53 43 35
Octal 232 327 65 34 0 113 20 123 103 65
Binary 10011010 11010111 110101 11100 0 1001011 10000 1010011 1000011 110101

Color Harmonies of #9AD735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD735

Black with #9AD735

Text Example


Text Example

White with #9AD735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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