Html Css Color HEX #9FA225 Citron

📋 copy color: '#9FA225'

red 159 ◦ green 162 ◦ blue 37

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

Shades of Citron #9FA225

Tints of Citron #9FA225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.34%

R = 44.41%
G = 45.25%
B = 10.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#9FA225 (or 0x9FA225) is known color: Citron. HEX triplet: 9F, A2 and 25. RGB value is (159,162,37). Sum of RGB (Red+Green+Blue) = 159+162+37=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA225 is #605DDA. Grayscale: #939393. Windows color (decimal): -6315483 or 2466463. OLE color: 2466463.

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

Color convert

RGB 159 162 37 -
CMYK 0.02 0 0.77 0.36
HSL 61.44º 0.63% 0.39% -
HSV(B) 61.44º 0.77% 0.64% -
XYZ 27.55 33.35 6.73 -
YUV 146.85 66.01 136.66 -
System Red Green Blue C M Y K H S L
Decimal 159 162 37 0.02 0 0.77 0.36 61.44 0.63 0.39
Hex 9F A2 25 2 0 4D 24 3D 3F 27
Octal 237 242 45 2 0 115 44 75 77 47
Binary 10011111 10100010 100101 10 0 1001101 100100 111101 111111 100111

Color Harmonies of #9FA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA225

Black with #9FA225

Text Example


Text Example

White with #9FA225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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