Html Css Color HEX #90EF48 Atlantis

📋 copy color: '#90EF48'

red 144 ◦ green 239 ◦ blue 72

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

Shades of Atlantis #90EF48

Tints of Atlantis #90EF48

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.53%

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

R = 31.65%
G = 52.53%
B = 15.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#90EF48 (or 0x90EF48) is known color: Atlantis. HEX triplet: 90, EF and 48. RGB value is (144,239,72). Sum of RGB (Red+Green+Blue) = 144+239+72=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #90EF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EF48 is #6F10B7. Grayscale: #C0C0C0. Windows color (decimal): -7278776 or 4779920. OLE color: 4779920.

HSL color Cylindrical-coordinate representation of color #90EF48: hue angle of 94.13º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90EF48 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 239 72 -
CMYK 0.40 0 0.70 0.06
HSL 94.13º 0.84% 0.61% -
HSV(B) 94.13º 0.7% 0.94% -
XYZ 43.54 68.13 16.99 -
YUV 191.56 60.53 94.08 -
System Red Green Blue C M Y K H S L
Decimal 144 239 72 0.40 0 0.70 0.06 94.13 0.84 0.61
Hex 90 EF 48 28 0 46 6 5E 54 3D
Octal 220 357 110 50 0 106 6 136 124 75
Binary 10010000 11101111 1001000 101000 0 1000110 110 1011110 1010100 111101

Color Harmonies of #90EF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EF48

Black with #90EF48

Text Example


Text Example

White with #90EF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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