#90C340

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

Shades of Atlantis #90C340

Tints of Atlantis #90C340

Color information

#90C340 (or 0x90C340) is unknown color: approx Atlantis. HEX triplet: 90, C3 and 40. RGB value is (144,195,64). Sum of RGB (Red+Green+Blue) = 144+195+64=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #90C340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C340 is #6F3CBF. Grayscale: #A5A5A5. Windows color (decimal): -7290048 or 4244368. OLE color: 4244368.

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

Color convert

RGB14419564-
CMYK0.2600.670.24
HSL83.36º52.19%50.78%-
HSV(B)83.36º67.18%76.47%-
XYZ31.9445.3311.92-
YUV164.8271.1113.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 195 (76.56% from 255) = 48.39%
BLUE value IS 64 (25.39% from 255) = 15.88%
R=35.73%
G=48.39%
B=15.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144195640.2600.670.2483.3652.1950.78
Hex90C3401A04318533433
Octal220303100320103301236463
Binary100100001100001110000001101001000011110001010011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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