#90BE3F

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

Shades of Atlantis #90BE3F

Tints of Atlantis #90BE3F

Color information

#90BE3F (or 0x90BE3F) is unknown color: approx Atlantis. HEX triplet: 90, BE and 3F. RGB value is (144,190,63). Sum of RGB (Red+Green+Blue) = 144+190+63=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BE3F is #6F41C0. Grayscale: #A2A2A2. Windows color (decimal): -7291329 or 4177552. OLE color: 4177552.

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

Color convert

RGB14419063-
CMYK0.2400.670.25
HSL81.73º50.2%49.61%-
HSV(B)81.73º66.84%74.51%-
XYZ30.8143.1211.4-
YUV161.7772.26115.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 190 (74.61% from 255) = 47.86%
BLUE value IS 63 (25% from 255) = 15.87%
R=36.27%
G=47.86%
B=15.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144190630.2400.670.2581.7350.249.61
Hex90BE3F1804319523232
Octal22027677300103311226262
Binary10010000101111101111111100001000011110011010010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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