Html Css Color HEX #9DC655 Atlantis

📋 copy color: '#9DC655'

red 157 ◦ green 198 ◦ blue 85

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

Shades of Atlantis #9DC655

Tints of Atlantis #9DC655

RGB

 RED value IS 157 (61.72% from 255) = 35.68%

 GREEN value IS 198 (77.73% from 255) = 45%

 BLUE value IS 85 (33.59% from 255) = 19.32%

R = 35.68%
G = 45%
B = 19.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#9DC655 (or 0x9DC655) is known color: Atlantis. HEX triplet: 9D, C6 and 55. RGB value is (157,198,85). Sum of RGB (Red+Green+Blue) = 157+198+85=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC655 is #6239AA. Grayscale: #ADADAD. Windows color (decimal): -6437291 or 5621405. OLE color: 5621405.

HSL color Cylindrical-coordinate representation of color #9DC655: hue angle of 81.77º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DC655 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 198 85 -
CMYK 0.21 0 0.57 0.22
HSL 81.77º 0.5% 0.55% -
HSV(B) 81.77º 0.57% 0.78% -
XYZ 35.74 48.21 16.02 -
YUV 172.86 78.42 116.69 -
System Red Green Blue C M Y K H S L
Decimal 157 198 85 0.21 0 0.57 0.22 81.77 0.5 0.55
Hex 9D C6 55 15 0 39 16 52 32 37
Octal 235 306 125 25 0 71 26 122 62 67
Binary 10011101 11000110 1010101 10101 0 111001 10110 1010010 110010 110111

Color Harmonies of #9DC655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC655

Black with #9DC655

Text Example


Text Example

White with #9DC655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,198,85); }

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

background-color css

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

 a { background-color: rgb(157,198,85); }

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

border-color css

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

 span { border-color: rgb(157,198,85); }

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