#90C946

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

Shades of Atlantis #90C946

Tints of Atlantis #90C946

Color information

#90C946 (or 0x90C946) is unknown color: approx Atlantis. HEX triplet: 90, C9 and 46. RGB value is (144,201,70). Sum of RGB (Red+Green+Blue) = 144+201+70=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #90C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C946 is #6F36B9. Grayscale: #A9A9A9. Windows color (decimal): -7288506 or 4639120. OLE color: 4639120.

HSL color Cylindrical-coordinate representation of color #90C946: hue angle of 86.11º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90C946 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB14420170-
CMYK0.2800.650.21
HSL86.11º54.81%53.14%-
HSV(B)86.11º65.17%78.82%-
XYZ33.4948.1413.32-
YUV169.0272.12110.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 201 (78.91% from 255) = 48.43%
BLUE value IS 70 (27.73% from 255) = 16.87%
R=34.70%
G=48.43%
B=16.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144201700.2800.650.2186.1154.8153.14
Hex90C9461C04115563735
Octal220311106340101251266765
Binary100100001100100110001101110001000001101011010110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,201,70); }

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

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

 a { background-color: rgb(144,201,70); }

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

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

 span { border-color: rgb(144,201,70); }

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