#90C04A

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

Shades of Atlantis #90C04A

Tints of Atlantis #90C04A

Color information

#90C04A (or 0x90C04A) is unknown color: approx Atlantis. HEX triplet: 90, C0 and 4A. RGB value is (144,192,74). Sum of RGB (Red+Green+Blue) = 144+192+74=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #90C04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C04A is #6F3FB5. Grayscale: #A4A4A4. Windows color (decimal): -7290806 or 4898960. OLE color: 4898960.

HSL color Cylindrical-coordinate representation of color #90C04A: hue angle of 84.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90C04A is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB14419274-
CMYK0.2500.610.25
HSL84.41º48.36%52.16%-
HSV(B)84.41º61.46%75.29%-
XYZ31.5944.1213.33-
YUV164.277.1113.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 192 (75.39% from 255) = 46.83%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=35.12%
G=46.83%
B=18.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144192740.2500.610.2584.4148.3652.16
Hex90C04A1903D19543034
Octal22030011231075311246064
Binary10010000110000001001010110010111101110011010100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,192,74); }

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

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

 a { background-color: rgb(144,192,74); }

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

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

 span { border-color: rgb(144,192,74); }

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