Html Css Color HEX #90E250 Atlantis

📋 copy color: '#90E250'

red 144 ◦ green 226 ◦ blue 80

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

Shades of Atlantis #90E250

Tints of Atlantis #90E250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.22%

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

R = 32%
G = 50.22%
B = 17.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#90E250 (or 0x90E250) is known color: Atlantis. HEX triplet: 90, E2 and 50. RGB value is (144,226,80). Sum of RGB (Red+Green+Blue) = 144+226+80=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #90E250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E250 is #6F1DAF. Grayscale: #B9B9B9. Windows color (decimal): -7282096 or 5300880. OLE color: 5300880.

HSL color Cylindrical-coordinate representation of color #90E250: hue angle of 93.7º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90E250 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 226 80 -
CMYK 0.36 0 0.65 0.11
HSL 93.7º 0.72% 0.6% -
HSV(B) 93.7º 0.65% 0.89% -
XYZ 40.15 60.9 17.23 -
YUV 184.84 68.83 98.87 -
System Red Green Blue C M Y K H S L
Decimal 144 226 80 0.36 0 0.65 0.11 93.7 0.72 0.6
Hex 90 E2 50 24 0 41 B 5E 48 3C
Octal 220 342 120 44 0 101 13 136 110 74
Binary 10010000 11100010 1010000 100100 0 1000001 1011 1011110 1001000 111100

Color Harmonies of #90E250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E250

Black with #90E250

Text Example


Text Example

White with #90E250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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