Html Css Color HEX #9FA215 Lucky

📋 copy color: '#9FA215'

red 159 ◦ green 162 ◦ blue 21

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

Shades of Lucky #9FA215

Tints of Lucky #9FA215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.14%

R = 46.49%
G = 47.37%
B = 6.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#9FA215 (or 0x9FA215) is known color: Lucky. HEX triplet: 9F, A2 and 15. RGB value is (159,162,21). Sum of RGB (Red+Green+Blue) = 159+162+21=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA215 is #605DEA. Grayscale: #919191. Windows color (decimal): -6315499 or 1417887. OLE color: 1417887.

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

Color convert

RGB 159 162 21 -
CMYK 0.02 0 0.87 0.36
HSL 61.28º 0.77% 0.36% -
HSV(B) 61.28º 0.87% 0.64% -
XYZ 27.35 33.27 5.69 -
YUV 145.03 58.01 137.96 -
System Red Green Blue C M Y K H S L
Decimal 159 162 21 0.02 0 0.87 0.36 61.28 0.77 0.36
Hex 9F A2 15 2 0 57 24 3D 4D 24
Octal 237 242 25 2 0 127 44 75 115 44
Binary 10011111 10100010 10101 10 0 1010111 100100 111101 1001101 100100

Color Harmonies of #9FA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA215

Black with #9FA215

Text Example


Text Example

White with #9FA215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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