Html Css Color HEX #9DBC41 Atlantis

📋 copy color: '#9DBC41'

red 157 ◦ green 188 ◦ blue 65

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

Shades of Atlantis #9DBC41

Tints of Atlantis #9DBC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.85%

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

R = 38.29%
G = 45.85%
B = 15.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#9DBC41 (or 0x9DBC41) is known color: Atlantis. HEX triplet: 9D, BC and 41. RGB value is (157,188,65). Sum of RGB (Red+Green+Blue) = 157+188+65=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBC41 is #6243BE. Grayscale: #A5A5A5. Windows color (decimal): -6439871 or 4308125. OLE color: 4308125.

HSL color Cylindrical-coordinate representation of color #9DBC41: hue angle of 75.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DBC41 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 188 65 -
CMYK 0.16 0 0.65 0.26
HSL 75.12º 0.49% 0.5% -
HSV(B) 75.12º 0.65% 0.74% -
XYZ 32.84 43.52 11.67 -
YUV 164.71 71.73 122.5 -
System Red Green Blue C M Y K H S L
Decimal 157 188 65 0.16 0 0.65 0.26 75.12 0.49 0.5
Hex 9D BC 41 10 0 41 1A 4B 31 32
Octal 235 274 101 20 0 101 32 113 61 62
Binary 10011101 10111100 1000001 10000 0 1000001 11010 1001011 110001 110010

Color Harmonies of #9DBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBC41

Black with #9DBC41

Text Example


Text Example

White with #9DBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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