Html Css Color HEX #90D948 Atlantis

📋 copy color: '#90D948'

red 144 ◦ green 217 ◦ blue 72

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

Shades of Atlantis #90D948

Tints of Atlantis #90D948

RGB

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

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

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

R = 33.26%
G = 50.12%
B = 16.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#90D948 (or 0x90D948) is known color: Atlantis. HEX triplet: 90, D9 and 48. RGB value is (144,217,72). Sum of RGB (Red+Green+Blue) = 144+217+72=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #90D948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D948 is #6F26B7. Grayscale: #B3B3B3. Windows color (decimal): -7284408 or 4774288. OLE color: 4774288.

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

Color convert

RGB 144 217 72 -
CMYK 0.34 0 0.67 0.15
HSL 90.21º 0.66% 0.57% -
HSV(B) 90.21º 0.67% 0.85% -
XYZ 37.48 56.02 14.97 -
YUV 178.64 67.82 103.29 -
System Red Green Blue C M Y K H S L
Decimal 144 217 72 0.34 0 0.67 0.15 90.21 0.66 0.57
Hex 90 D9 48 22 0 43 F 5A 42 39
Octal 220 331 110 42 0 103 17 132 102 71
Binary 10010000 11011001 1001000 100010 0 1000011 1111 1011010 1000010 111001

Color Harmonies of #90D948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D948

Black with #90D948

Text Example


Text Example

White with #90D948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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