Html Css Color HEX #90C34A Atlantis

📋 copy color: '#90C34A'

red 144 ◦ green 195 ◦ blue 74

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

Shades of Atlantis #90C34A

Tints of Atlantis #90C34A

RGB

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

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

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

R = 34.87%
G = 47.22%
B = 17.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#90C34A (or 0x90C34A) is known color: Atlantis. HEX triplet: 90, C3 and 4A. RGB value is (144,195,74). Sum of RGB (Red+Green+Blue) = 144+195+74=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #90C34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C34A is #6F3CB5. Grayscale: #A6A6A6. Windows color (decimal): -7290038 or 4899728. OLE color: 4899728.

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

Color convert

RGB 144 195 74 -
CMYK 0.26 0 0.62 0.24
HSL 85.29º 0.5% 0.53% -
HSV(B) 85.29º 0.62% 0.76% -
XYZ 32.25 45.45 13.55 -
YUV 165.96 76.1 112.34 -
System Red Green Blue C M Y K H S L
Decimal 144 195 74 0.26 0 0.62 0.24 85.29 0.5 0.53
Hex 90 C3 4A 1A 0 3E 18 55 32 35
Octal 220 303 112 32 0 76 30 125 62 65
Binary 10010000 11000011 1001010 11010 0 111110 11000 1010101 110010 110101

Color Harmonies of #90C34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C34A

Black with #90C34A

Text Example


Text Example

White with #90C34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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