Html Css Color HEX #9DC14B Atlantis

📋 copy color: '#9DC14B'

red 157 ◦ green 193 ◦ blue 75

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

Shades of Atlantis #9DC14B

Tints of Atlantis #9DC14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.65%

R = 36.94%
G = 45.41%
B = 17.65%

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

#9DC14B (or 0x9DC14B) is known color: Atlantis. HEX triplet: 9D, C1 and 4B. RGB value is (157,193,75). Sum of RGB (Red+Green+Blue) = 157+193+75=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC14B is #623EB4. Grayscale: #A9A9A9. Windows color (decimal): -6438581 or 4964765. OLE color: 4964765.

HSL color Cylindrical-coordinate representation of color #9DC14B: hue angle of 78.31º degrees, saturation: 0.49, 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 #9DC14B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 193 75 -
CMYK 0.19 0 0.61 0.24
HSL 78.31º 0.49% 0.53% -
HSV(B) 78.31º 0.61% 0.76% -
XYZ 34.24 45.82 13.7 -
YUV 168.78 75.07 119.59 -
System Red Green Blue C M Y K H S L
Decimal 157 193 75 0.19 0 0.61 0.24 78.31 0.49 0.53
Hex 9D C1 4B 13 0 3D 18 4E 31 35
Octal 235 301 113 23 0 75 30 116 61 65
Binary 10011101 11000001 1001011 10011 0 111101 11000 1001110 110001 110101

Color Harmonies of #9DC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC14B

Black with #9DC14B

Text Example


Text Example

White with #9DC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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