Html Css Color HEX #90D94D Atlantis

📋 copy color: '#90D94D'

red 144 ◦ green 217 ◦ blue 77

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

Shades of Atlantis #90D94D

Tints of Atlantis #90D94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.54%

 BLUE value IS 77 (30.47% from 255) = 17.58%

R = 32.88%
G = 49.54%
B = 17.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#90D94D (or 0x90D94D) is known color: Atlantis. HEX triplet: 90, D9 and 4D. RGB value is (144,217,77). Sum of RGB (Red+Green+Blue) = 144+217+77=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #90D94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D94D is #6F26B2. Grayscale: #B3B3B3. Windows color (decimal): -7284403 or 5101968. OLE color: 5101968.

HSL color Cylindrical-coordinate representation of color #90D94D: hue angle of 91.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90D94D is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 217 77 -
CMYK 0.34 0 0.65 0.15
HSL 91.29º 0.65% 0.58% -
HSV(B) 91.29º 0.65% 0.85% -
XYZ 37.65 56.09 15.86 -
YUV 179.21 70.32 102.88 -
System Red Green Blue C M Y K H S L
Decimal 144 217 77 0.34 0 0.65 0.15 91.29 0.65 0.58
Hex 90 D9 4D 22 0 41 F 5B 41 3A
Octal 220 331 115 42 0 101 17 133 101 72
Binary 10010000 11011001 1001101 100010 0 1000001 1111 1011011 1000001 111010

Color Harmonies of #90D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D94D

Black with #90D94D

Text Example


Text Example

White with #90D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,217,77); }

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

background-color css

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

 a { background-color: rgb(144,217,77); }

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

border-color css

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

 span { border-color: rgb(144,217,77); }

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