Html Css Color HEX #9FA52E Citron

📋 copy color: '#9FA52E'

red 159 ◦ green 165 ◦ blue 46

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

Shades of Citron #9FA52E

Tints of Citron #9FA52E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.59%

 BLUE value IS 46 (18.36% from 255) = 12.43%

R = 42.97%
G = 44.59%
B = 12.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#9FA52E (or 0x9FA52E) is known color: Citron. HEX triplet: 9F, A5 and 2E. RGB value is (159,165,46). Sum of RGB (Red+Green+Blue) = 159+165+46=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA52E is #605AD1. Grayscale: #969696. Windows color (decimal): -6314706 or 3057055. OLE color: 3057055.

HSL color Cylindrical-coordinate representation of color #9FA52E: hue angle of 63.03º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FA52E is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 165 46 -
CMYK 0.04 0 0.72 0.35
HSL 63.03º 0.56% 0.41% -
HSV(B) 63.03º 0.72% 0.65% -
XYZ 28.25 34.48 7.75 -
YUV 149.64 69.51 134.68 -
System Red Green Blue C M Y K H S L
Decimal 159 165 46 0.04 0 0.72 0.35 63.03 0.56 0.41
Hex 9F A5 2E 4 0 48 23 3F 38 29
Octal 237 245 56 4 0 110 43 77 70 51
Binary 10011111 10100101 101110 100 0 1001000 100011 111111 111000 101001

Color Harmonies of #9FA52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA52E

Black with #9FA52E

Text Example


Text Example

White with #9FA52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,46); }

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

background-color css

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

 a { background-color: rgb(159,165,46); }

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

border-color css

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

 span { border-color: rgb(159,165,46); }

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