Html Css Color HEX #9DC348 Atlantis

📋 copy color: '#9DC348'

red 157 ◦ green 195 ◦ blue 72

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

Shades of Atlantis #9DC348

Tints of Atlantis #9DC348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.98%

R = 37.03%
G = 45.99%
B = 16.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#9DC348 (or 0x9DC348) is known color: Atlantis. HEX triplet: 9D, C3 and 48. RGB value is (157,195,72). Sum of RGB (Red+Green+Blue) = 157+195+72=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC348 is #623CB7. Grayscale: #AAAAAA. Windows color (decimal): -6438072 or 4768669. OLE color: 4768669.

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

Color convert

RGB 157 195 72 -
CMYK 0.19 0 0.63 0.24
HSL 78.54º 0.51% 0.52% -
HSV(B) 78.54º 0.63% 0.76% -
XYZ 34.59 46.67 13.32 -
YUV 169.62 72.91 119 -
System Red Green Blue C M Y K H S L
Decimal 157 195 72 0.19 0 0.63 0.24 78.54 0.51 0.52
Hex 9D C3 48 13 0 3F 18 4F 33 34
Octal 235 303 110 23 0 77 30 117 63 64
Binary 10011101 11000011 1001000 10011 0 111111 11000 1001111 110011 110100

Color Harmonies of #9DC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC348

Black with #9DC348

Text Example


Text Example

White with #9DC348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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