Html Css Color HEX #90C341 Atlantis

📋 copy color: '#90C341'

red 144 ◦ green 195 ◦ blue 65

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

Shades of Atlantis #90C341

Tints of Atlantis #90C341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.09%

R = 35.64%
G = 48.27%
B = 16.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#90C341 (or 0x90C341) is known color: Atlantis. HEX triplet: 90, C3 and 41. RGB value is (144,195,65). Sum of RGB (Red+Green+Blue) = 144+195+65=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #90C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C341 is #6F3CBE. Grayscale: #A5A5A5. Windows color (decimal): -7290047 or 4309904. OLE color: 4309904.

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

Color convert

RGB 144 195 65 -
CMYK 0.26 0 0.67 0.24
HSL 83.54º 0.52% 0.51% -
HSV(B) 83.54º 0.67% 0.76% -
XYZ 31.97 45.34 12.07 -
YUV 164.93 71.6 113.07 -
System Red Green Blue C M Y K H S L
Decimal 144 195 65 0.26 0 0.67 0.24 83.54 0.52 0.51
Hex 90 C3 41 1A 0 43 18 54 34 33
Octal 220 303 101 32 0 103 30 124 64 63
Binary 10010000 11000011 1000001 11010 0 1000011 11000 1010100 110100 110011

Color Harmonies of #90C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C341

Black with #90C341

Text Example


Text Example

White with #90C341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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