Html Css Color HEX #90E140 Atlantis

📋 copy color: '#90E140'

red 144 ◦ green 225 ◦ blue 64

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

Shades of Atlantis #90E140

Tints of Atlantis #90E140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.96%

 BLUE value IS 64 (25.39% from 255) = 14.78%

R = 33.26%
G = 51.96%
B = 14.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#90E140 (or 0x90E140) is known color: Atlantis. HEX triplet: 90, E1 and 40. RGB value is (144,225,64). Sum of RGB (Red+Green+Blue) = 144+225+64=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #90E140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E140 is #6F1EBF. Grayscale: #B6B6B6. Windows color (decimal): -7282368 or 4252048. OLE color: 4252048.

HSL color Cylindrical-coordinate representation of color #90E140: hue angle of 90.19º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90E140 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 225 64 -
CMYK 0.36 0 0.72 0.12
HSL 90.19º 0.73% 0.57% -
HSV(B) 90.19º 0.72% 0.88% -
XYZ 39.35 60.15 14.39 -
YUV 182.43 61.16 100.59 -
System Red Green Blue C M Y K H S L
Decimal 144 225 64 0.36 0 0.72 0.12 90.19 0.73 0.57
Hex 90 E1 40 24 0 48 C 5A 49 39
Octal 220 341 100 44 0 110 14 132 111 71
Binary 10010000 11100001 1000000 100100 0 1001000 1100 1011010 1001001 111001

Color Harmonies of #90E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E140

Black with #90E140

Text Example


Text Example

White with #90E140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,225,64); }

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

background-color css

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

 a { background-color: rgb(144,225,64); }

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

border-color css

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

 span { border-color: rgb(144,225,64); }

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