Html Css Color HEX #90DE48 Atlantis

📋 copy color: '#90DE48'

red 144 ◦ green 222 ◦ blue 72

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

Shades of Atlantis #90DE48

Tints of Atlantis #90DE48

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.68%

 BLUE value IS 72 (28.52% from 255) = 16.44%

R = 32.88%
G = 50.68%
B = 16.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#90DE48 (or 0x90DE48) is known color: Atlantis. HEX triplet: 90, DE and 48. RGB value is (144,222,72). Sum of RGB (Red+Green+Blue) = 144+222+72=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #90DE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DE48 is #6F21B7. Grayscale: #B6B6B6. Windows color (decimal): -7283128 or 4775568. OLE color: 4775568.

HSL color Cylindrical-coordinate representation of color #90DE48: hue angle of 91.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90DE48 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 222 72 -
CMYK 0.35 0 0.68 0.13
HSL 91.2º 0.69% 0.58% -
HSV(B) 91.2º 0.68% 0.87% -
XYZ 38.79 58.64 15.4 -
YUV 181.58 66.16 101.2 -
System Red Green Blue C M Y K H S L
Decimal 144 222 72 0.35 0 0.68 0.13 91.2 0.69 0.58
Hex 90 DE 48 23 0 44 D 5B 45 3A
Octal 220 336 110 43 0 104 15 133 105 72
Binary 10010000 11011110 1001000 100011 0 1000100 1101 1011011 1000101 111010

Color Harmonies of #90DE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DE48

Black with #90DE48

Text Example


Text Example

White with #90DE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,222,72); }

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

background-color css

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

 a { background-color: rgb(144,222,72); }

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

border-color css

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

 span { border-color: rgb(144,222,72); }

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