Html Css Color HEX #90DB4A Atlantis

📋 copy color: '#90DB4A'

red 144 ◦ green 219 ◦ blue 74

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

Shades of Atlantis #90DB4A

Tints of Atlantis #90DB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.11%

 BLUE value IS 74 (29.3% from 255) = 16.93%

R = 32.95%
G = 50.11%
B = 16.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#90DB4A (or 0x90DB4A) is known color: Atlantis. HEX triplet: 90, DB and 4A. RGB value is (144,219,74). Sum of RGB (Red+Green+Blue) = 144+219+74=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #90DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DB4A is #6F24B5. Grayscale: #B4B4B4. Windows color (decimal): -7283894 or 4905872. OLE color: 4905872.

HSL color Cylindrical-coordinate representation of color #90DB4A: hue angle of 91.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90DB4A is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 219 74 -
CMYK 0.34 0 0.66 0.14
HSL 91.03º 0.67% 0.57% -
HSV(B) 91.03º 0.66% 0.86% -
XYZ 38.07 57.09 15.49 -
YUV 180.05 68.15 102.29 -
System Red Green Blue C M Y K H S L
Decimal 144 219 74 0.34 0 0.66 0.14 91.03 0.67 0.57
Hex 90 DB 4A 22 0 42 E 5B 43 39
Octal 220 333 112 42 0 102 16 133 103 71
Binary 10010000 11011011 1001010 100010 0 1000010 1110 1011011 1000011 111001

Color Harmonies of #90DB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DB4A

Black with #90DB4A

Text Example


Text Example

White with #90DB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,219,74); }

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

background-color css

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

 a { background-color: rgb(144,219,74); }

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

border-color css

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

 span { border-color: rgb(144,219,74); }

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