Html Css Color HEX #9DC148 Atlantis

📋 copy color: '#9DC148'

red 157 ◦ green 193 ◦ blue 72

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

Shades of Atlantis #9DC148

Tints of Atlantis #9DC148

RGB

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

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

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

R = 37.2%
G = 45.73%
B = 17.06%

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

#9DC148 (or 0x9DC148) is known color: Atlantis. HEX triplet: 9D, C1 and 48. RGB value is (157,193,72). Sum of RGB (Red+Green+Blue) = 157+193+72=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC148 is #623EB7. Grayscale: #A8A8A8. Windows color (decimal): -6438584 or 4768157. OLE color: 4768157.

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

Color convert

RGB 157 193 72 -
CMYK 0.19 0 0.63 0.24
HSL 77.85º 0.49% 0.52% -
HSV(B) 77.85º 0.63% 0.76% -
XYZ 34.14 45.78 13.17 -
YUV 168.44 73.57 119.84 -
System Red Green Blue C M Y K H S L
Decimal 157 193 72 0.19 0 0.63 0.24 77.85 0.49 0.52
Hex 9D C1 48 13 0 3F 18 4E 31 34
Octal 235 301 110 23 0 77 30 116 61 64
Binary 10011101 11000001 1001000 10011 0 111111 11000 1001110 110001 110100

Color Harmonies of #9DC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC148

Black with #9DC148

Text Example


Text Example

White with #9DC148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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