Html Css Color HEX #90D150 Atlantis

📋 copy color: '#90D150'

red 144 ◦ green 209 ◦ blue 80

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

Shades of Atlantis #90D150

Tints of Atlantis #90D150

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.27%

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

R = 33.26%
G = 48.27%
B = 18.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#90D150 (or 0x90D150) is known color: Atlantis. HEX triplet: 90, D1 and 50. RGB value is (144,209,80). Sum of RGB (Red+Green+Blue) = 144+209+80=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #90D150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D150 is #6F2EAF. Grayscale: #AFAFAF. Windows color (decimal): -7286448 or 5296528. OLE color: 5296528.

HSL color Cylindrical-coordinate representation of color #90D150: hue angle of 90.23º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90D150 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 209 80 -
CMYK 0.31 0 0.62 0.18
HSL 90.23º 0.58% 0.57% -
HSV(B) 90.23º 0.62% 0.82% -
XYZ 35.75 52.11 15.76 -
YUV 174.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 144 209 80 0.31 0 0.62 0.18 90.23 0.58 0.57
Hex 90 D1 50 1F 0 3E 12 5A 3A 39
Octal 220 321 120 37 0 76 22 132 72 71
Binary 10010000 11010001 1010000 11111 0 111110 10010 1011010 111010 111001

Color Harmonies of #90D150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D150

Black with #90D150

Text Example


Text Example

White with #90D150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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