#90d74c

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

Shades of Atlantis #90D74C

Tints of Atlantis #90D74C

Color information

#90D74C (or 0x90D74C) is unknown color: approx Atlantis. HEX triplet: 90, D7 and 4C. RGB value is (144,215,76). Sum of RGB (Red+Green+Blue) = 144+215+76=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #90D74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D74C is #6F28B3. Grayscale: #B2B2B2. Windows color (decimal): -7284916 or 5035920. OLE color: 5035920.

HSL color Cylindrical-coordinate representation of color #90D74C: hue angle of 90.65º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90D74C is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB14421576-
CMYK0.3300.650.16
HSL90.65º63.47%57.06%-
HSV(B)90.65º64.65%84.31%-
XYZ37.1155.0515.51-
YUV177.9270.48103.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 215 (84.38% from 255) = 49.43%
BLUE value IS 76 (30.08% from 255) = 17.47%
R=33.10%
G=49.43%
B=17.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal144215760.3300.650.1690.6563.4757.06
Hex90D74C21041105b3f39
Octal220327114410101201337771
Binary1001000011010111100110010000101000001100001011011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90d74c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,215,76); }

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

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

 a { background-color: rgb(144,215,76); }

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

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

 span { border-color: rgb(144,215,76); }

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