Html Css Color HEX #9DCB40 Atlantis

📋 copy color: '#9DCB40'

red 157 ◦ green 203 ◦ blue 64

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

Shades of Atlantis #9DCB40

Tints of Atlantis #9DCB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.88%

 BLUE value IS 64 (25.39% from 255) = 15.09%

R = 37.03%
G = 47.88%
B = 15.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#9DCB40 (or 0x9DCB40) is known color: Atlantis. HEX triplet: 9D, CB and 40. RGB value is (157,203,64). Sum of RGB (Red+Green+Blue) = 157+203+64=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCB40 is #6234BF. Grayscale: #ADADAD. Windows color (decimal): -6436032 or 4246429. OLE color: 4246429.

HSL color Cylindrical-coordinate representation of color #9DCB40: hue angle of 79.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DCB40 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 203 64 -
CMYK 0.23 0 0.68 0.20
HSL 79.86º 0.57% 0.52% -
HSV(B) 79.86º 0.68% 0.8% -
XYZ 36.19 50.25 12.64 -
YUV 173.4 66.26 116.3 -
System Red Green Blue C M Y K H S L
Decimal 157 203 64 0.23 0 0.68 0.20 79.86 0.57 0.52
Hex 9D CB 40 17 0 44 14 50 39 34
Octal 235 313 100 27 0 104 24 120 71 64
Binary 10011101 11001011 1000000 10111 0 1000100 10100 1010000 111001 110100

Color Harmonies of #9DCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCB40

Black with #9DCB40

Text Example


Text Example

White with #9DCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,203,64); }

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

background-color css

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

 a { background-color: rgb(157,203,64); }

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

border-color css

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

 span { border-color: rgb(157,203,64); }

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