#98AD02

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

Shades of Citrus #98AD02

Tints of Citrus #98AD02

Color information

#98AD02 (or 0x98AD02) is unknown color: approx Citrus. HEX triplet: 98, AD and 02. RGB value is (152,173,2). Sum of RGB (Red+Green+Blue) = 152+173+2=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AD02 is #6752FD. Grayscale: #939393. Windows color (decimal): -6771454 or 175512. OLE color: 175512.

HSL color Cylindrical-coordinate representation of color #98AD02: hue angle of 67.37º degrees, saturation: 0.98, 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 #98AD02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1521732-
CMYK0.1200.990.32
HSL67.37º97.71%34.31%-
HSV(B)67.37º98.84%67.84%-
XYZ27.936.575.64-
YUV147.2346.04131.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 173 (67.97% from 255) = 52.91%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=46.48%
G=52.91%
B=0.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15217320.1200.990.3267.3797.7134.31
Hex98AD2C06320436222
Octal23025521401434010314242
Binary10011000101011011011000110001110000010000111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,173,2); }

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

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

 a { background-color: rgb(152,173,2); }

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

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

 span { border-color: rgb(152,173,2); }

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