Html Css Color HEX #9DC441 Atlantis

📋 copy color: '#9DC441'

red 157 ◦ green 196 ◦ blue 65

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

Shades of Atlantis #9DC441

Tints of Atlantis #9DC441

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.89%

 BLUE value IS 65 (25.78% from 255) = 15.55%

R = 37.56%
G = 46.89%
B = 15.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#9DC441 (or 0x9DC441) is known color: Atlantis. HEX triplet: 9D, C4 and 41. RGB value is (157,196,65). Sum of RGB (Red+Green+Blue) = 157+196+65=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC441 is #623BBE. Grayscale: #A9A9A9. Windows color (decimal): -6437823 or 4310173. OLE color: 4310173.

HSL color Cylindrical-coordinate representation of color #9DC441: hue angle of 77.86º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DC441 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 196 65 -
CMYK 0.20 0 0.67 0.23
HSL 77.86º 0.53% 0.51% -
HSV(B) 77.86º 0.67% 0.77% -
XYZ 34.6 47.03 12.26 -
YUV 169.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 157 196 65 0.20 0 0.67 0.23 77.86 0.53 0.51
Hex 9D C4 41 14 0 43 17 4E 35 33
Octal 235 304 101 24 0 103 27 116 65 63
Binary 10011101 11000100 1000001 10100 0 1000011 10111 1001110 110101 110011

Color Harmonies of #9DC441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC441

Black with #9DC441

Text Example


Text Example

White with #9DC441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,196,65); }

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

background-color css

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

 a { background-color: rgb(157,196,65); }

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

border-color css

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

 span { border-color: rgb(157,196,65); }

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