#97D014

Color #97D014 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #97D014

Tints of Bahia #97D014

Color information

#97D014 (or 0x97D014) is unknown color: approx Bahia. HEX triplet: 97, D0 and 14. RGB value is (151,208,20). Sum of RGB (Red+Green+Blue) = 151+208+20=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #97D014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D014 is #682FEB. Grayscale: #AAAAAA. Windows color (decimal): -6828012 or 1364119. OLE color: 1364119.

HSL color Cylindrical-coordinate representation of color #97D014: hue angle of 78.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97D014 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB15120820-
CMYK0.2700.900.18
HSL78.19º82.46%44.71%-
HSV(B)78.19º90.38%81.57%-
XYZ35.4451.748.78-
YUV169.5243.62114.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 208 (81.64% from 255) = 54.88%
BLUE value IS 20 (8.20% from 255) = 5.28%
R=39.84%
G=54.88%
B=5.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151208200.2700.900.1878.1982.4644.71
Hex97D0141B05A124e522d
Octal227320243301322211612255
Binary10010111110100001010011011010110101001010011101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97D014; }

 p { color: rgb(151,208,20); }

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

<style>
 a { background-color: #97D014; }

 a { background-color: rgb(151,208,20); }

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

<style>
 span { border-color: #97D014; }

 span { border-color: rgb(151,208,20); }

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