Html Css Color HEX #9DC14D Atlantis

📋 copy color: '#9DC14D'

red 157 ◦ green 193 ◦ blue 77

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

Shades of Atlantis #9DC14D

Tints of Atlantis #9DC14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.2%

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 36.77%
G = 45.2%
B = 18.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#9DC14D (or 0x9DC14D) is known color: Atlantis. HEX triplet: 9D, C1 and 4D. RGB value is (157,193,77). Sum of RGB (Red+Green+Blue) = 157+193+77=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC14D is #623EB2. Grayscale: #A9A9A9. Windows color (decimal): -6438579 or 5095837. OLE color: 5095837.

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

Color convert

RGB 157 193 77 -
CMYK 0.19 0 0.60 0.24
HSL 78.62º 0.48% 0.53% -
HSV(B) 78.62º 0.6% 0.76% -
XYZ 34.31 45.84 14.06 -
YUV 169.01 76.07 119.43 -
System Red Green Blue C M Y K H S L
Decimal 157 193 77 0.19 0 0.60 0.24 78.62 0.48 0.53
Hex 9D C1 4D 13 0 3C 18 4F 30 35
Octal 235 301 115 23 0 74 30 117 60 65
Binary 10011101 11000001 1001101 10011 0 111100 11000 1001111 110000 110101

Color Harmonies of #9DC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC14D

Black with #9DC14D

Text Example


Text Example

White with #9DC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,193,77); }

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

background-color css

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

 a { background-color: rgb(157,193,77); }

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

border-color css

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

 span { border-color: rgb(157,193,77); }

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