Html Css Color HEX #9FA422 Citron

📋 copy color: '#9FA422'

red 159 ◦ green 164 ◦ blue 34

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

Shades of Citron #9FA422

Tints of Citron #9FA422

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.94%

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 44.54%
G = 45.94%
B = 9.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#9FA422 (or 0x9FA422) is known color: Citron. HEX triplet: 9F, A4 and 22. RGB value is (159,164,34). Sum of RGB (Red+Green+Blue) = 159+164+34=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA422 is #605BDD. Grayscale: #949494. Windows color (decimal): -6314974 or 2270367. OLE color: 2270367.

HSL color Cylindrical-coordinate representation of color #9FA422: hue angle of 62.31º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FA422 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 164 34 -
CMYK 0.03 0 0.79 0.36
HSL 62.31º 0.66% 0.39% -
HSV(B) 62.31º 0.79% 0.64% -
XYZ 27.86 34.04 6.61 -
YUV 147.69 63.84 136.07 -
System Red Green Blue C M Y K H S L
Decimal 159 164 34 0.03 0 0.79 0.36 62.31 0.66 0.39
Hex 9F A4 22 3 0 4F 24 3E 42 27
Octal 237 244 42 3 0 117 44 76 102 47
Binary 10011111 10100100 100010 11 0 1001111 100100 111110 1000010 100111

Color Harmonies of #9FA422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA422

Black with #9FA422

Text Example


Text Example

White with #9FA422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,164,34); }

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

background-color css

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

 a { background-color: rgb(159,164,34); }

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

border-color css

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

 span { border-color: rgb(159,164,34); }

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