#90C38D

Color #90C38D Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #90C38D

Tints of Dark Sea Green #90C38D

Color information

#90C38D (or 0x90C38D) is unknown color: approx Dark Sea Green. HEX triplet: 90, C3 and 8D. RGB value is (144,195,141). Sum of RGB (Red+Green+Blue) = 144+195+141=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #90C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C38D is #6F3C72. Grayscale: #ADADAD. Windows color (decimal): -7289971 or 9290640. OLE color: 9290640.

HSL color Cylindrical-coordinate representation of color #90C38D: hue angle of 116.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C38D is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB144195141-
CMYK0.2600.280.24
HSL116.67º31.03%65.88%-
HSV(B)116.67º27.69%76.47%-
XYZ35.8246.8832.36-
YUV173.6109.6106.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=30%
G=40.62%
B=29.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441951410.2600.280.24116.6731.0365.88
Hex90C38D1A01C18751f42
Octal220303215320343016537102
Binary10010000110000111000110111010011100110001110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90C38D; }

 p { color: rgb(144,195,141); }

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

<style>
 a { background-color: #90C38D; }

 a { background-color: rgb(144,195,141); }

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

<style>
 span { border-color: #90C38D; }

 span { border-color: rgb(144,195,141); }

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