Html Css Color HEX #999F01 Citrus

📋 copy color: '#999F01'

red 153 ◦ green 159 ◦ blue 1

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

Shades of Citrus #999F01

Tints of Citrus #999F01

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.8%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 48.88%
G = 50.8%
B = 0.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#999F01 (or 0x999F01) is known color: Citrus. HEX triplet: 99, 9F and 01. RGB value is (153,159,1). Sum of RGB (Red+Green+Blue) = 153+159+1=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #999F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999F01 is #6660FE. Grayscale: #8B8B8B. Windows color (decimal): -6709503 or 106393. OLE color: 106393.

HSL color Cylindrical-coordinate representation of color #999F01: hue angle of 62.28º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #999F01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 159 1 -
CMYK 0.04 0 0.99 0.38
HSL 62.28º 0.99% 0.31% -
HSV(B) 62.28º 0.99% 0.62% -
XYZ 25.54 31.57 4.78 -
YUV 139.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 153 159 1 0.04 0 0.99 0.38 62.28 0.99 0.31
Hex 99 9F 1 4 0 63 26 3E 63 1F
Octal 231 237 1 4 0 143 46 76 143 37
Binary 10011001 10011111 1 100 0 1100011 100110 111110 1100011 11111

Color Harmonies of #999F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999F01

Black with #999F01

Text Example


Text Example

White with #999F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999F01; }

 p { color: rgb(153,159,1); }

 H1.HeaderClassName
 {
   color: #999F01;
 }
 .AnyTagClassName
 {
   color: #999F01;
 }
</style>

background-color css

<style>
 a { background-color: #999F01; }

 a { background-color: rgb(153,159,1); }

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

border-color css

<style>
 span { border-color: #999F01; }

 span { border-color: rgb(153,159,1); }

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