#97AD11

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

Shades of Citrus #97AD11

Tints of Citrus #97AD11

Color information

#97AD11 (or 0x97AD11) is unknown color: approx Citrus. HEX triplet: 97, AD and 11. RGB value is (151,173,17). Sum of RGB (Red+Green+Blue) = 151+173+17=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97AD11 is #6852EE. Grayscale: #959595. Windows color (decimal): -6836975 or 1158551. OLE color: 1158551.

HSL color Cylindrical-coordinate representation of color #97AD11: hue angle of 68.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97AD11 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB15117317-
CMYK0.1300.900.32
HSL68.46º82.11%37.25%-
HSV(B)68.46º90.17%67.84%-
XYZ27.8136.516.11-
YUV148.6453.71129.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 173 (67.97% from 255) = 50.73%
BLUE value IS 17 (7.03% from 255) = 4.99%
R=44.28%
G=50.73%
B=4.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151173170.1300.900.3268.4682.1137.25
Hex97AD11D05A20445225
Octal227255211501324010412245
Binary10010111101011011000111010101101010000010001001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,173,17); }

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

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

 a { background-color: rgb(151,173,17); }

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

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

 span { border-color: rgb(151,173,17); }

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