Html Css Color HEX #90C349 Atlantis

📋 copy color: '#90C349'

red 144 ◦ green 195 ◦ blue 73

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

Shades of Atlantis #90C349

Tints of Atlantis #90C349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.33%

 BLUE value IS 73 (28.91% from 255) = 17.72%

R = 34.95%
G = 47.33%
B = 17.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#90C349 (or 0x90C349) is known color: Atlantis. HEX triplet: 90, C3 and 49. RGB value is (144,195,73). Sum of RGB (Red+Green+Blue) = 144+195+73=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #90C349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C349 is #6F3CB6. Grayscale: #A6A6A6. Windows color (decimal): -7290039 or 4834192. OLE color: 4834192.

HSL color Cylindrical-coordinate representation of color #90C349: hue angle of 85.08º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90C349 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 195 73 -
CMYK 0.26 0 0.63 0.24
HSL 85.08º 0.5% 0.53% -
HSV(B) 85.08º 0.63% 0.76% -
XYZ 32.22 45.44 13.38 -
YUV 165.84 75.6 112.42 -
System Red Green Blue C M Y K H S L
Decimal 144 195 73 0.26 0 0.63 0.24 85.08 0.5 0.53
Hex 90 C3 49 1A 0 3F 18 55 32 35
Octal 220 303 111 32 0 77 30 125 62 65
Binary 10010000 11000011 1001001 11010 0 111111 11000 1010101 110010 110101

Color Harmonies of #90C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C349

Black with #90C349

Text Example


Text Example

White with #90C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,195,73); }

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

background-color css

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

 a { background-color: rgb(144,195,73); }

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

border-color css

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

 span { border-color: rgb(144,195,73); }

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