Html Css Color HEX #9DC34D Atlantis

📋 copy color: '#9DC34D'

red 157 ◦ green 195 ◦ blue 77

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

Shades of Atlantis #9DC34D

Tints of Atlantis #9DC34D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

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

R = 36.6%
G = 45.45%
B = 17.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#9DC34D (or 0x9DC34D) is known color: Atlantis. HEX triplet: 9D, C3 and 4D. RGB value is (157,195,77). Sum of RGB (Red+Green+Blue) = 157+195+77=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC34D is #623CB2. Grayscale: #AAAAAA. Windows color (decimal): -6438067 or 5096349. OLE color: 5096349.

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

Color convert

RGB 157 195 77 -
CMYK 0.19 0 0.61 0.24
HSL 79.32º 0.5% 0.53% -
HSV(B) 79.32º 0.61% 0.76% -
XYZ 34.76 46.73 14.21 -
YUV 170.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 157 195 77 0.19 0 0.61 0.24 79.32 0.5 0.53
Hex 9D C3 4D 13 0 3D 18 4F 32 35
Octal 235 303 115 23 0 75 30 117 62 65
Binary 10011101 11000011 1001101 10011 0 111101 11000 1001111 110010 110101

Color Harmonies of #9DC34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC34D

Black with #9DC34D

Text Example


Text Example

White with #9DC34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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