#90C04B

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

Shades of Atlantis #90C04B

Tints of Atlantis #90C04B

Color information

#90C04B (or 0x90C04B) is unknown color: approx Atlantis. HEX triplet: 90, C0 and 4B. RGB value is (144,192,75). Sum of RGB (Red+Green+Blue) = 144+192+75=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #90C04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C04B is #6F3FB4. Grayscale: #A4A4A4. Windows color (decimal): -7290805 or 4964496. OLE color: 4964496.

HSL color Cylindrical-coordinate representation of color #90C04B: hue angle of 84.62º 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 #90C04B is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB14419275-
CMYK0.2500.610.25
HSL84.62º48.15%52.35%-
HSV(B)84.62º60.94%75.29%-
XYZ31.6244.1413.51-
YUV164.3177.6113.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.04%
GREEN value IS 192 (75.39% from 255) = 46.72%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=35.04%
G=46.72%
B=18.25%

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
Decimal144192750.2500.610.2584.6248.1552.35
Hex90C04B1903D19553034
Octal22030011331075311256064
Binary10010000110000001001011110010111101110011010101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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