#97C014

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

Shades of Citrus #97C014

Tints of Citrus #97C014

Color information

#97C014 (or 0x97C014) is unknown color: approx Citrus. HEX triplet: 97, C0 and 14. RGB value is (151,192,20). Sum of RGB (Red+Green+Blue) = 151+192+20=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #97C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C014 is #683FEB. Grayscale: #A0A0A0. Windows color (decimal): -6832108 or 1360023. OLE color: 1360023.

HSL color Cylindrical-coordinate representation of color #97C014: hue angle of 74.3º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97C014 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB15119220-
CMYK0.2100.900.25
HSL74.3º81.13%41.57%-
HSV(B)74.3º89.58%75.29%-
XYZ31.7444.337.55-
YUV160.1348.92121.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 192 (75.39% from 255) = 52.89%
BLUE value IS 20 (8.20% from 255) = 5.51%
R=41.60%
G=52.89%
B=5.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151192200.2100.900.2574.381.1341.57
Hex97C0141505A194a512a
Octal227300242501323111212152
Binary10010111110000001010010101010110101100110010101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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