Html Css Color HEX #90C54A Atlantis

📋 copy color: '#90C54A'

red 144 ◦ green 197 ◦ blue 74

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

Shades of Atlantis #90C54A

Tints of Atlantis #90C54A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.47%

 BLUE value IS 74 (29.3% from 255) = 17.83%

R = 34.7%
G = 47.47%
B = 17.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#90C54A (or 0x90C54A) is known color: Atlantis. HEX triplet: 90, C5 and 4A. RGB value is (144,197,74). Sum of RGB (Red+Green+Blue) = 144+197+74=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #90C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C54A is #6F3AB5. Grayscale: #A7A7A7. Windows color (decimal): -7289526 or 4900240. OLE color: 4900240.

HSL color Cylindrical-coordinate representation of color #90C54A: hue angle of 85.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90C54A is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 197 74 -
CMYK 0.27 0 0.62 0.23
HSL 85.85º 0.51% 0.53% -
HSV(B) 85.85º 0.62% 0.77% -
XYZ 32.7 46.36 13.7 -
YUV 167.13 75.44 111.5 -
System Red Green Blue C M Y K H S L
Decimal 144 197 74 0.27 0 0.62 0.23 85.85 0.51 0.53
Hex 90 C5 4A 1B 0 3E 17 56 33 35
Octal 220 305 112 33 0 76 27 126 63 65
Binary 10010000 11000101 1001010 11011 0 111110 10111 1010110 110011 110101

Color Harmonies of #90C54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C54A

Black with #90C54A

Text Example


Text Example

White with #90C54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,197,74); }

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

background-color css

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

 a { background-color: rgb(144,197,74); }

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

border-color css

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

 span { border-color: rgb(144,197,74); }

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