#90C271

Color #90C271 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #90C271

Tints of Olivine #90C271

Color information

#90C271 (or 0x90C271) is unknown color: approx Olivine. HEX triplet: 90, C2 and 71. RGB value is (144,194,113). Sum of RGB (Red+Green+Blue) = 144+194+113=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #90C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C271 is #6F3D8E. Grayscale: #AAAAAA. Windows color (decimal): -7290255 or 7455376. OLE color: 7455376.

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

Color convert

RGB144194113-
CMYK0.2600.420.24
HSL97.04º39.9%60.2%-
HSV(B)97.04º41.75%76.08%-
XYZ33.7745.7122.66-
YUV169.8295.94109.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.93%
GREEN value IS 194 (76.17% from 255) = 43.02%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=31.93%
G=43.02%
B=25.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441941130.2600.420.2497.0439.960.2
Hex90C2711A02A1861283c
Octal22030216132052301415074
Binary10010000110000101110001110100101010110001100001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,194,113); }

 H1.HeaderClassName
 {
   color: #90C271;
 }
 .AnyTagClassName
 {
   color: #90C271;
 }
</style>
background-color css

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

 a { background-color: rgb(144,194,113); }

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

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

 span { border-color: rgb(144,194,113); }

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