#90F34C

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

Shades of Atlantis #90F34C

Tints of Atlantis #90F34C

Color information

#90F34C (or 0x90F34C) is unknown color: approx Atlantis. HEX triplet: 90, F3 and 4C. RGB value is (144,243,76). Sum of RGB (Red+Green+Blue) = 144+243+76=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #90F34C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90F34C is #6F0CB3. Grayscale: #C2C2C2. Windows color (decimal): -7277748 or 5043088. OLE color: 5043088.

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

Color convert

RGB14424376-
CMYK0.4100.690.05
HSL95.57º87.43%62.55%-
HSV(B)95.57º68.72%95.29%-
XYZ44.8670.5518.09-
YUV194.3661.292.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 243 (95.31% from 255) = 52.48%
BLUE value IS 76 (30.08% from 255) = 16.41%
R=31.10%
G=52.48%
B=16.41%

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
Decimal144243760.4100.690.0595.5787.4362.55
Hex90F34C29045560573f
Octal220363114510105514012777
Binary100100001111001110011001010010100010110111000001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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