Html Css Color HEX #98AD03 Citrus

📋 copy color: '#98AD03'

red 152 ◦ green 173 ◦ blue 3

#98AD03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #98AD03

Tints of Citrus #98AD03

RGB

 RED value IS 152 (59.77% from 255) = 46.34%

 GREEN value IS 173 (67.97% from 255) = 52.74%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 46.34%
G = 52.74%
B = 0.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#98AD03 (or 0x98AD03) is known color: Citrus. HEX triplet: 98, AD and 03. RGB value is (152,173,3). Sum of RGB (Red+Green+Blue) = 152+173+3=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AD03 is #6752FC. Grayscale: #949494. Windows color (decimal): -6771453 or 241048. OLE color: 241048.

HSL color Cylindrical-coordinate representation of color #98AD03: hue angle of 67.41º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98AD03 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 173 3 -
CMYK 0.12 0 0.98 0.32
HSL 67.41º 0.97% 0.35% -
HSV(B) 67.41º 0.98% 0.68% -
XYZ 27.91 36.57 5.67 -
YUV 147.34 46.54 131.32 -
System Red Green Blue C M Y K H S L
Decimal 152 173 3 0.12 0 0.98 0.32 67.41 0.97 0.35
Hex 98 AD 3 C 0 62 20 43 61 23
Octal 230 255 3 14 0 142 40 103 141 43
Binary 10011000 10101101 11 1100 0 1100010 100000 1000011 1100001 100011

Color Harmonies of #98AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AD03

Black with #98AD03

Text Example


Text Example

White with #98AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98AD03;
 }
 .AnyTagClassName
 {
   color: #98AD03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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