Html Css Color HEX #9FA228 Citron

📋 copy color: '#9FA228'

red 159 ◦ green 162 ◦ blue 40

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

Shades of Citron #9FA228

Tints of Citron #9FA228

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.88%

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 44.04%
G = 44.88%
B = 11.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#9FA228 (or 0x9FA228) is known color: Citron. HEX triplet: 9F, A2 and 28. RGB value is (159,162,40). Sum of RGB (Red+Green+Blue) = 159+162+40=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA228 is #605DD7. Grayscale: #939393. Windows color (decimal): -6315480 or 2663071. OLE color: 2663071.

HSL color Cylindrical-coordinate representation of color #9FA228: hue angle of 61.48º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FA228 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 162 40 -
CMYK 0.02 0 0.75 0.36
HSL 61.48º 0.6% 0.4% -
HSV(B) 61.48º 0.75% 0.64% -
XYZ 27.6 33.36 6.99 -
YUV 147.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 159 162 40 0.02 0 0.75 0.36 61.48 0.6 0.4
Hex 9F A2 28 2 0 4B 24 3D 3C 28
Octal 237 242 50 2 0 113 44 75 74 50
Binary 10011111 10100010 101000 10 0 1001011 100100 111101 111100 101000

Color Harmonies of #9FA228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA228

Black with #9FA228

Text Example


Text Example

White with #9FA228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,162,40); }

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

background-color css

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

 a { background-color: rgb(159,162,40); }

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

border-color css

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

 span { border-color: rgb(159,162,40); }

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