#98AE01

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

Shades of Citrus #98AE01

Tints of Citrus #98AE01

Color information

#98AE01 (or 0x98AE01) is unknown color: approx Citrus. HEX triplet: 98, AE and 01. RGB value is (152,174,1). Sum of RGB (Red+Green+Blue) = 152+174+1=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AE01 is #6751FE. Grayscale: #949494. Windows color (decimal): -6771199 or 110232. OLE color: 110232.

HSL color Cylindrical-coordinate representation of color #98AE01: hue angle of 67.63º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98AE01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1521741-
CMYK0.1300.990.32
HSL67.63º98.86%34.31%-
HSV(B)67.63º99.43%68.24%-
XYZ28.0936.955.68-
YUV147.745.21131.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 174 (68.36% from 255) = 53.21%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=46.48%
G=53.21%
B=0.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15217410.1300.990.3267.6398.8634.31
Hex98AE1D06320446322
Octal23025611501434010414342
Binary1001100010101110111010110001110000010001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AE01; }

 p { color: rgb(152,174,1); }

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

<style>
 a { background-color: #98AE01; }

 a { background-color: rgb(152,174,1); }

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

<style>
 span { border-color: #98AE01; }

 span { border-color: rgb(152,174,1); }

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