Html Css Color HEX #9DCD4A Atlantis

📋 copy color: '#9DCD4A'

red 157 ◦ green 205 ◦ blue 74

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

Shades of Atlantis #9DCD4A

Tints of Atlantis #9DCD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.02%

 BLUE value IS 74 (29.3% from 255) = 16.97%

R = 36.01%
G = 47.02%
B = 16.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#9DCD4A (or 0x9DCD4A) is known color: Atlantis. HEX triplet: 9D, CD and 4A. RGB value is (157,205,74). Sum of RGB (Red+Green+Blue) = 157+205+74=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCD4A is #6232B5. Grayscale: #B0B0B0. Windows color (decimal): -6435510 or 4902301. OLE color: 4902301.

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

Color convert

RGB 157 205 74 -
CMYK 0.23 0 0.64 0.20
HSL 81.98º 0.57% 0.55% -
HSV(B) 81.98º 0.64% 0.8% -
XYZ 36.97 51.33 14.44 -
YUV 175.71 70.6 114.65 -
System Red Green Blue C M Y K H S L
Decimal 157 205 74 0.23 0 0.64 0.20 81.98 0.57 0.55
Hex 9D CD 4A 17 0 40 14 52 39 37
Octal 235 315 112 27 0 100 24 122 71 67
Binary 10011101 11001101 1001010 10111 0 1000000 10100 1010010 111001 110111

Color Harmonies of #9DCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD4A

Black with #9DCD4A

Text Example


Text Example

White with #9DCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,205,74); }

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

background-color css

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

 a { background-color: rgb(157,205,74); }

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

border-color css

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

 span { border-color: rgb(157,205,74); }

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