Html Css Color HEX #9DC241 Atlantis

📋 copy color: '#9DC241'

red 157 ◦ green 194 ◦ blue 65

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

Shades of Atlantis #9DC241

Tints of Atlantis #9DC241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.63%

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

R = 37.74%
G = 46.63%
B = 15.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#9DC241 (or 0x9DC241) is known color: Atlantis. HEX triplet: 9D, C2 and 41. RGB value is (157,194,65). Sum of RGB (Red+Green+Blue) = 157+194+65=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC241 is #623DBE. Grayscale: #A8A8A8. Windows color (decimal): -6438335 or 4309661. OLE color: 4309661.

HSL color Cylindrical-coordinate representation of color #9DC241: hue angle of 77.21º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DC241 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 194 65 -
CMYK 0.19 0 0.66 0.24
HSL 77.21º 0.51% 0.51% -
HSV(B) 77.21º 0.66% 0.76% -
XYZ 34.15 46.13 12.11 -
YUV 168.23 69.74 119.99 -
System Red Green Blue C M Y K H S L
Decimal 157 194 65 0.19 0 0.66 0.24 77.21 0.51 0.51
Hex 9D C2 41 13 0 42 18 4D 33 33
Octal 235 302 101 23 0 102 30 115 63 63
Binary 10011101 11000010 1000001 10011 0 1000010 11000 1001101 110011 110011

Color Harmonies of #9DC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC241

Black with #9DC241

Text Example


Text Example

White with #9DC241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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