#91C14D

Color #91C14D Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #91C14D

Tints of Atlantis #91C14D

Color information

#91C14D (or 0x91C14D) is unknown color: approx Atlantis. HEX triplet: 91, C1 and 4D. RGB value is (145,193,77). Sum of RGB (Red+Green+Blue) = 145+193+77=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #91C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C14D is #6E3EB2. Grayscale: #A5A5A5. Windows color (decimal): -7225011 or 5095825. OLE color: 5095825.

HSL color Cylindrical-coordinate representation of color #91C14D: hue angle of 84.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #91C14D is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB14519377-
CMYK0.2500.600.24
HSL84.83º48.33%52.94%-
HSV(B)84.83º60.1%75.69%-
XYZ32.0944.713.96-
YUV165.4278.1113.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.94%
GREEN value IS 193 (75.78% from 255) = 46.51%
BLUE value IS 77 (30.47% from 255) = 18.55%
R=34.94%
G=46.51%
B=18.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal145193770.2500.600.2484.8348.3352.94
Hex91C14D1903C18553035
Octal22130111531074301256065
Binary10010001110000011001101110010111100110001010101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91C14D; }

 p { color: rgb(145,193,77); }

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

<style>
 a { background-color: #91C14D; }

 a { background-color: rgb(145,193,77); }

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

<style>
 span { border-color: #91C14D; }

 span { border-color: rgb(145,193,77); }

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