#90BD3F

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

Shades of Atlantis #90BD3F

Tints of Atlantis #90BD3F

Color information

#90BD3F (or 0x90BD3F) is unknown color: approx Atlantis. HEX triplet: 90, BD and 3F. RGB value is (144,189,63). Sum of RGB (Red+Green+Blue) = 144+189+63=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BD3F is #6F42C0. Grayscale: #A1A1A1. Windows color (decimal): -7291585 or 4177296. OLE color: 4177296.

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

Color convert

RGB14418963-
CMYK0.2400.670.26
HSL81.43º50%49.41%-
HSV(B)81.43º66.67%74.12%-
XYZ30.642.6811.33-
YUV161.1872.59115.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 189 (74.22% from 255) = 47.73%
BLUE value IS 63 (25% from 255) = 15.91%
R=36.36%
G=47.73%
B=15.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144189630.2400.670.2681.435049.41
Hex90BD3F180431A513231
Octal22027577300103321216261
Binary10010000101111011111111100001000011110101010001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,63); }

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

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

 a { background-color: rgb(144,189,63); }

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

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

 span { border-color: rgb(144,189,63); }

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