Html Css Color HEX #99AD03 Citrus

📋 copy color: '#99AD03'

red 153 ◦ green 173 ◦ blue 3

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

Shades of Citrus #99AD03

Tints of Citrus #99AD03

RGB

 RED value IS 153 (60.16% from 255) = 46.5%

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

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

R = 46.5%
G = 52.58%
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

#99AD03 (or 0x99AD03) is known color: Citrus. HEX triplet: 99, AD and 03. RGB value is (153,173,3). Sum of RGB (Red+Green+Blue) = 153+173+3=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AD03 is #6652FC. Grayscale: #949494. Windows color (decimal): -6705917 or 241049. OLE color: 241049.

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

Color convert

RGB 153 173 3 -
CMYK 0.12 0 0.98 0.32
HSL 67.06º 0.97% 0.35% -
HSV(B) 67.06º 0.98% 0.68% -
XYZ 28.1 36.67 5.68 -
YUV 147.64 46.37 131.82 -
System Red Green Blue C M Y K H S L
Decimal 153 173 3 0.12 0 0.98 0.32 67.06 0.97 0.35
Hex 99 AD 3 C 0 62 20 43 61 23
Octal 231 255 3 14 0 142 40 103 141 43
Binary 10011001 10101101 11 1100 0 1100010 100000 1000011 1100001 100011

Color Harmonies of #99AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AD03

Black with #99AD03

Text Example


Text Example

White with #99AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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