Html Css Color HEX #9DC948 Atlantis

📋 copy color: '#9DC948'

red 157 ◦ green 201 ◦ blue 72

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

Shades of Atlantis #9DC948

Tints of Atlantis #9DC948

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.74%

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

R = 36.51%
G = 46.74%
B = 16.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#9DC948 (or 0x9DC948) is known color: Atlantis. HEX triplet: 9D, C9 and 48. RGB value is (157,201,72). Sum of RGB (Red+Green+Blue) = 157+201+72=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC948 is #6236B7. Grayscale: #ADADAD. Windows color (decimal): -6436536 or 4770205. OLE color: 4770205.

HSL color Cylindrical-coordinate representation of color #9DC948: hue angle of 80.47º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DC948 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 201 72 -
CMYK 0.22 0 0.64 0.21
HSL 80.47º 0.54% 0.54% -
HSV(B) 80.47º 0.64% 0.79% -
XYZ 35.96 49.41 13.77 -
YUV 173.14 70.92 116.49 -
System Red Green Blue C M Y K H S L
Decimal 157 201 72 0.22 0 0.64 0.21 80.47 0.54 0.54
Hex 9D C9 48 16 0 40 15 50 36 36
Octal 235 311 110 26 0 100 25 120 66 66
Binary 10011101 11001001 1001000 10110 0 1000000 10101 1010000 110110 110110

Color Harmonies of #9DC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC948

Black with #9DC948

Text Example


Text Example

White with #9DC948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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