Html Css Color HEX #90E150 Atlantis

📋 copy color: '#90E150'

red 144 ◦ green 225 ◦ blue 80

#90E150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #90E150

Tints of Atlantis #90E150

RGB

 RED value IS 144 (56.64% from 255) = 32.07%

 GREEN value IS 225 (88.28% from 255) = 50.11%

 BLUE value IS 80 (31.64% from 255) = 17.82%

R = 32.07%
G = 50.11%
B = 17.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#90E150 (or 0x90E150) is known color: Atlantis. HEX triplet: 90, E1 and 50. RGB value is (144,225,80). Sum of RGB (Red+Green+Blue) = 144+225+80=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #90E150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E150 is #6F1EAF. Grayscale: #B8B8B8. Windows color (decimal): -7282352 or 5300624. OLE color: 5300624.

HSL color Cylindrical-coordinate representation of color #90E150: hue angle of 93.52º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90E150 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 225 80 -
CMYK 0.36 0 0.64 0.12
HSL 93.52º 0.71% 0.6% -
HSV(B) 93.52º 0.64% 0.88% -
XYZ 39.87 60.36 17.14 -
YUV 184.25 69.16 99.29 -
System Red Green Blue C M Y K H S L
Decimal 144 225 80 0.36 0 0.64 0.12 93.52 0.71 0.6
Hex 90 E1 50 24 0 40 C 5E 47 3C
Octal 220 341 120 44 0 100 14 136 107 74
Binary 10010000 11100001 1010000 100100 0 1000000 1100 1011110 1000111 111100

Color Harmonies of #90E150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E150

Black with #90E150

Text Example


Text Example

White with #90E150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,225,80); }

 H1.HeaderClassName
 {
   color: #90E150;
 }
 .AnyTagClassName
 {
   color: #90E150;
 }
</style>

background-color css

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

 a { background-color: rgb(144,225,80); }

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

border-color css

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

 span { border-color: rgb(144,225,80); }

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