Html Css Color HEX #9DCD4C Atlantis

📋 copy color: '#9DCD4C'

red 157 ◦ green 205 ◦ blue 76

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

Shades of Atlantis #9DCD4C

Tints of Atlantis #9DCD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.35%

R = 35.84%
G = 46.8%
B = 17.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#9DCD4C (or 0x9DCD4C) is known color: Atlantis. HEX triplet: 9D, CD and 4C. RGB value is (157,205,76). Sum of RGB (Red+Green+Blue) = 157+205+76=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCD4C is #6232B3. Grayscale: #B0B0B0. Windows color (decimal): -6435508 or 5033373. OLE color: 5033373.

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

Color convert

RGB 157 205 76 -
CMYK 0.23 0 0.63 0.20
HSL 82.33º 0.56% 0.55% -
HSV(B) 82.33º 0.63% 0.8% -
XYZ 37.04 51.35 14.8 -
YUV 175.94 71.6 114.49 -
System Red Green Blue C M Y K H S L
Decimal 157 205 76 0.23 0 0.63 0.20 82.33 0.56 0.55
Hex 9D CD 4C 17 0 3F 14 52 38 37
Octal 235 315 114 27 0 77 24 122 70 67
Binary 10011101 11001101 1001100 10111 0 111111 10100 1010010 111000 110111

Color Harmonies of #9DCD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD4C

Black with #9DCD4C

Text Example


Text Example

White with #9DCD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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