#90F34B

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

Shades of Atlantis #90F34B

Tints of Atlantis #90F34B

Color information

#90F34B (or 0x90F34B) is unknown color: approx Atlantis. HEX triplet: 90, F3 and 4B. RGB value is (144,243,75). Sum of RGB (Red+Green+Blue) = 144+243+75=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #90F34B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90F34B is #6F0CB4. Grayscale: #C2C2C2. Windows color (decimal): -7277749 or 4977552. OLE color: 4977552.

HSL color Cylindrical-coordinate representation of color #90F34B: hue angle of 95.36º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90F34B is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB14424375-
CMYK0.4100.690.05
HSL95.36º87.5%62.35%-
HSV(B)95.36º69.14%95.29%-
XYZ44.8270.5417.91-
YUV194.2560.792.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 243 (95.31% from 255) = 52.60%
BLUE value IS 75 (29.69% from 255) = 16.23%
R=31.17%
G=52.60%
B=16.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal144243750.4100.690.0595.3687.562.35
Hex90F34B2904555f583e
Octal220363113510105513713076
Binary100100001111001110010111010010100010110110111111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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