Html Css Color HEX #9F9D02 Citrus

📋 copy color: '#9F9D02'

red 159 ◦ green 157 ◦ blue 2

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

Shades of Citrus #9F9D02

Tints of Citrus #9F9D02

RGB

 RED value IS 159 (62.5% from 255) = 50%

 GREEN value IS 157 (61.72% from 255) = 49.37%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 50%
G = 49.37%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F9D02 (or 0x9F9D02) is known color: Citrus. HEX triplet: 9F, 9D and 02. RGB value is (159,157,2). Sum of RGB (Red+Green+Blue) = 159+157+2=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9D02 is #6062FD. Grayscale: #8C8C8C. Windows color (decimal): -6316798 or 171423. OLE color: 171423.

HSL color Cylindrical-coordinate representation of color #9F9D02: hue angle of 59.24º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F9D02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 157 2 -
CMYK 0 0.01 0.99 0.38
HSL 59.24º 0.98% 0.32% -
HSV(B) 59.24º 0.99% 0.62% -
XYZ 26.37 31.49 4.75 -
YUV 139.93 50.16 141.6 -
System Red Green Blue C M Y K H S L
Decimal 159 157 2 0 0.01 0.99 0.38 59.24 0.98 0.32
Hex 9F 9D 2 0 1 63 26 3B 62 20
Octal 237 235 2 0 1 143 46 73 142 40
Binary 10011111 10011101 10 0 1 1100011 100110 111011 1100010 100000

Color Harmonies of #9F9D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9D02

Black with #9F9D02

Text Example


Text Example

White with #9F9D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F9D02; }

 p { color: rgb(159,157,2); }

 H1.HeaderClassName
 {
   color: #9F9D02;
 }
 .AnyTagClassName
 {
   color: #9F9D02;
 }
</style>

background-color css

<style>
 a { background-color: #9F9D02; }

 a { background-color: rgb(159,157,2); }

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

border-color css

<style>
 span { border-color: #9F9D02; }

 span { border-color: rgb(159,157,2); }

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