Html Css Color HEX #90EE48 Atlantis

📋 copy color: '#90EE48'

red 144 ◦ green 238 ◦ blue 72

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

Shades of Atlantis #90EE48

Tints of Atlantis #90EE48

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.42%

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

R = 31.72%
G = 52.42%
B = 15.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#90EE48 (or 0x90EE48) is known color: Atlantis. HEX triplet: 90, EE and 48. RGB value is (144,238,72). Sum of RGB (Red+Green+Blue) = 144+238+72=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #90EE48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EE48 is #6F11B7. Grayscale: #BFBFBF. Windows color (decimal): -7279032 or 4779664. OLE color: 4779664.

HSL color Cylindrical-coordinate representation of color #90EE48: hue angle of 93.98º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90EE48 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 238 72 -
CMYK 0.39 0 0.70 0.07
HSL 93.98º 0.83% 0.61% -
HSV(B) 93.98º 0.7% 0.93% -
XYZ 43.25 67.55 16.89 -
YUV 190.97 60.86 94.5 -
System Red Green Blue C M Y K H S L
Decimal 144 238 72 0.39 0 0.70 0.07 93.98 0.83 0.61
Hex 90 EE 48 27 0 46 7 5E 53 3D
Octal 220 356 110 47 0 106 7 136 123 75
Binary 10010000 11101110 1001000 100111 0 1000110 111 1011110 1010011 111101

Color Harmonies of #90EE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EE48

Black with #90EE48

Text Example


Text Example

White with #90EE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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