Html Css Color HEX #9BFA60 Conifer

📋 copy color: '#9BFA60'

red 155 ◦ green 250 ◦ blue 96

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

Shades of Conifer #9BFA60

Tints of Conifer #9BFA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.16%

R = 30.94%
G = 49.9%
B = 19.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#9BFA60 (or 0x9BFA60) is known color: Conifer. HEX triplet: 9B, FA and 60. RGB value is (155,250,96). Sum of RGB (Red+Green+Blue) = 155+250+96=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFA60 is #64059F. Grayscale: #CCCCCC. Windows color (decimal): -6555040 or 6355611. OLE color: 6355611.

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

Color convert

RGB 155 250 96 -
CMYK 0.38 0 0.62 0.02
HSL 97.01º 0.94% 0.68% -
HSV(B) 97.01º 0.62% 0.98% -
XYZ 49.81 76.18 23.15 -
YUV 204.04 67.03 93.02 -
System Red Green Blue C M Y K H S L
Decimal 155 250 96 0.38 0 0.62 0.02 97.01 0.94 0.68
Hex 9B FA 60 26 0 3E 2 61 5E 44
Octal 233 372 140 46 0 76 2 141 136 104
Binary 10011011 11111010 1100000 100110 0 111110 10 1100001 1011110 1000100

Color Harmonies of #9BFA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFA60

Black with #9BFA60

Text Example


Text Example

White with #9BFA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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