#90C13D

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

Shades of Atlantis #90C13D

Tints of Atlantis #90C13D

Color information

#90C13D (or 0x90C13D) is unknown color: approx Atlantis. HEX triplet: 90, C1 and 3D. RGB value is (144,193,61). Sum of RGB (Red+Green+Blue) = 144+193+61=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #90C13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C13D is #6F3EC2. Grayscale: #A3A3A3. Windows color (decimal): -7290563 or 4047248. OLE color: 4047248.

HSL color Cylindrical-coordinate representation of color #90C13D: hue angle of 82.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90C13D is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB14419361-
CMYK0.2500.680.24
HSL82.27º51.97%49.8%-
HSV(B)82.27º68.39%75.69%-
XYZ31.4144.4111.33-
YUV163.370.27114.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 193 (75.78% from 255) = 48.49%
BLUE value IS 61 (24.22% from 255) = 15.33%
R=36.18%
G=48.49%
B=15.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144193610.2500.680.2482.2751.9749.8
Hex90C13D1904418523432
Octal22030175310104301226462
Binary10010000110000011111011100101000100110001010010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,193,61); }

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

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

 a { background-color: rgb(144,193,61); }

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

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

 span { border-color: rgb(144,193,61); }

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