Html Css Color HEX #90D350 Atlantis

📋 copy color: '#90D350'

red 144 ◦ green 211 ◦ blue 80

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

Shades of Atlantis #90D350

Tints of Atlantis #90D350

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.51%

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

R = 33.1%
G = 48.51%
B = 18.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#90D350 (or 0x90D350) is known color: Atlantis. HEX triplet: 90, D3 and 50. RGB value is (144,211,80). Sum of RGB (Red+Green+Blue) = 144+211+80=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #90D350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D350 is #6F2CAF. Grayscale: #B0B0B0. Windows color (decimal): -7285936 or 5297040. OLE color: 5297040.

HSL color Cylindrical-coordinate representation of color #90D350: hue angle of 90.69º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90D350 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 144 211 80 -
CMYK 0.32 0 0.62 0.17
HSL 90.69º 0.6% 0.57% -
HSV(B) 90.69º 0.62% 0.83% -
XYZ 36.24 53.1 15.93 -
YUV 176.03 73.8 105.15 -
System Red Green Blue C M Y K H S L
Decimal 144 211 80 0.32 0 0.62 0.17 90.69 0.6 0.57
Hex 90 D3 50 20 0 3E 11 5B 3C 39
Octal 220 323 120 40 0 76 21 133 74 71
Binary 10010000 11010011 1010000 100000 0 111110 10001 1011011 111100 111001

Color Harmonies of #90D350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D350

Black with #90D350

Text Example


Text Example

White with #90D350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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