Html Css Color HEX #90D748 Atlantis

📋 copy color: '#90D748'

red 144 ◦ green 215 ◦ blue 72

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

Shades of Atlantis #90D748

Tints of Atlantis #90D748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.88%

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

R = 33.41%
G = 49.88%
B = 16.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#90D748 (or 0x90D748) is known color: Atlantis. HEX triplet: 90, D7 and 48. RGB value is (144,215,72). Sum of RGB (Red+Green+Blue) = 144+215+72=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #90D748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D748 is #6F28B7. Grayscale: #B1B1B1. Windows color (decimal): -7284920 or 4773776. OLE color: 4773776.

HSL color Cylindrical-coordinate representation of color #90D748: hue angle of 89.79º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90D748 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 215 72 -
CMYK 0.33 0 0.67 0.16
HSL 89.79º 0.64% 0.56% -
HSV(B) 89.79º 0.67% 0.84% -
XYZ 36.97 55 14.8 -
YUV 177.47 68.48 104.13 -
System Red Green Blue C M Y K H S L
Decimal 144 215 72 0.33 0 0.67 0.16 89.79 0.64 0.56
Hex 90 D7 48 21 0 43 10 5A 40 38
Octal 220 327 110 41 0 103 20 132 100 70
Binary 10010000 11010111 1001000 100001 0 1000011 10000 1011010 1000000 111000

Color Harmonies of #90D748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D748

Black with #90D748

Text Example


Text Example

White with #90D748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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