#9FD548

Color #9FD548 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9FD548

Tints of Atlantis #9FD548

Color information

#9FD548 (or 0x9FD548) is unknown color: approx Atlantis. HEX triplet: 9F, D5 and 48. RGB value is (159,213,72). Sum of RGB (Red+Green+Blue) = 159+213+72=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD548 is #602AB7. Grayscale: #B5B5B5. Windows color (decimal): -6302392 or 4773279. OLE color: 4773279.

HSL color Cylindrical-coordinate representation of color #9FD548: hue angle of 82.98º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FD548 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB15921372-
CMYK0.2500.660.16
HSL82.98º62.67%55.88%-
HSV(B)82.98º66.2%83.53%-
XYZ39.2655.4314.76-
YUV180.7866.61112.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 213 (83.59% from 255) = 47.97%
BLUE value IS 72 (28.52% from 255) = 16.22%
R=35.81%
G=47.97%
B=16.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159213720.2500.660.1682.9862.6755.88
Hex9FD5481904210533f38
Octal237325110310102201237770
Binary100111111101010110010001100101000010100001010011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,213,72); }

 H1.HeaderClassName
 {
   color: #9FD548;
 }
 .AnyTagClassName
 {
   color: #9FD548;
 }
</style>
background-color css

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

 a { background-color: rgb(159,213,72); }

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

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

 span { border-color: rgb(159,213,72); }

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