Html Css Color HEX #9FFA5B Conifer

📋 copy color: '#9FFA5B'

red 159 ◦ green 250 ◦ blue 91

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

Shades of Conifer #9FFA5B

Tints of Conifer #9FFA5B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50%

 BLUE value IS 91 (35.94% from 255) = 18.2%

R = 31.8%
G = 50%
B = 18.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#9FFA5B (or 0x9FFA5B) is known color: Conifer. HEX triplet: 9F, FA and 5B. RGB value is (159,250,91). Sum of RGB (Red+Green+Blue) = 159+250+91=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFA5B is #6005A4. Grayscale: #CDCDCD. Windows color (decimal): -6292901 or 6027935. OLE color: 6027935.

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

Color convert

RGB 159 250 91 -
CMYK 0.36 0 0.64 0.02
HSL 94.34º 0.94% 0.67% -
HSV(B) 94.34º 0.64% 0.98% -
XYZ 50.37 76.5 22.01 -
YUV 204.67 63.85 95.43 -
System Red Green Blue C M Y K H S L
Decimal 159 250 91 0.36 0 0.64 0.02 94.34 0.94 0.67
Hex 9F FA 5B 24 0 40 2 5E 5E 43
Octal 237 372 133 44 0 100 2 136 136 103
Binary 10011111 11111010 1011011 100100 0 1000000 10 1011110 1011110 1000011

Color Harmonies of #9FFA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFA5B

Black with #9FFA5B

Text Example


Text Example

White with #9FFA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,250,91); }

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

background-color css

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

 a { background-color: rgb(159,250,91); }

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

border-color css

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

 span { border-color: rgb(159,250,91); }

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