Html Css Color HEX #9BFA5B Conifer

📋 copy color: '#9BFA5B'

red 155 ◦ green 250 ◦ blue 91

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

Shades of Conifer #9BFA5B

Tints of Conifer #9BFA5B

RGB

 RED value IS 155 (60.94% from 255) = 31.25%

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

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

R = 31.25%
G = 50.4%
B = 18.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#9BFA5B (or 0x9BFA5B) is known color: Conifer. HEX triplet: 9B, FA and 5B. RGB value is (155,250,91). Sum of RGB (Red+Green+Blue) = 155+250+91=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFA5B is #6405A4. Grayscale: #CCCCCC. Windows color (decimal): -6555045 or 6027931. OLE color: 6027931.

HSL color Cylindrical-coordinate representation of color #9BFA5B: hue angle of 95.85º 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 #9BFA5B is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 250 91 -
CMYK 0.38 0 0.64 0.02
HSL 95.85º 0.94% 0.67% -
HSV(B) 95.85º 0.64% 0.98% -
XYZ 49.59 76.1 21.97 -
YUV 203.47 64.53 93.43 -
System Red Green Blue C M Y K H S L
Decimal 155 250 91 0.38 0 0.64 0.02 95.85 0.94 0.67
Hex 9B FA 5B 26 0 40 2 60 5E 43
Octal 233 372 133 46 0 100 2 140 136 103
Binary 10011011 11111010 1011011 100110 0 1000000 10 1100000 1011110 1000011

Color Harmonies of #9BFA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFA5B

Black with #9BFA5B

Text Example


Text Example

White with #9BFA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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